TExecutionContext context =
new TExecutionContext(Collections.singletonList(source.getType()),
targetType,
queryContext);
Value target = new Value(targetType);
cast.evaluate(context, source, target);
bindings.setValue(index, target);
}
private ValueSource decodeTimestampInt64Micros2000NoTZ(byte[] encoded) throws IOException {
long micros = getDataStream(encoded).readLong();