Interface EsqlArithmeticOperation.IntConstantFactory
- Enclosing class:
EsqlArithmeticOperation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Constant-RHS fast-path factory for INTEGER common type.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Source source, ExpressionEvaluator.Factory lhs, int rhs)
-
Method Details
-
create
-