Interface EsqlArithmeticOperation.DoubleConstantFactory
- 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 DOUBLE common type.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Source source, ExpressionEvaluator.Factory lhs, double rhs)
-
Method Details
-
create
-