Interface BinaryArithmeticOperation
- All Superinterfaces:
BiFunction<Object,,Object, Object> NamedWriteable,PredicateBiFunction<Object,,Object, Object> Writeable
- All Known Implementing Classes:
DefaultBinaryArithmeticOperation
public interface BinaryArithmeticOperation
extends PredicateBiFunction<Object,Object,Object>, NamedWriteable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableNameMethods inherited from interface org.elasticsearch.xpack.esql.core.expression.predicate.PredicateBiFunction
apply, doApply, name, scriptMethodName