TPreparedExpression literal = ExpressionGenerators.literal(1000).getTPreparedExpression();
TValidatedScalar plus = typesRegistryService().getScalarsResolver().get(
"plus", asList(new TPreptimeValue(field0.resultType()), new TPreptimeValue(literal.resultType()))
).getOverload();
TPreparedFunction prepFunc = new TPreparedFunction(
plus, plus.resultType().fixed(false), Arrays.asList(field0, literal)
);
// Buffer, delete, insert scan
final Operator update = insert_Returning(
project_Table(