Package com.yahoo.searchlib.expression
Class NumericFunctionNode
java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
com.yahoo.searchlib.expression.ExpressionNode
com.yahoo.searchlib.expression.FunctionNode
com.yahoo.searchlib.expression.MultiArgFunctionNode
com.yahoo.searchlib.expression.NumericFunctionNode
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
AddFunctionNode,BitFunctionNode,DivideFunctionNode,MaxFunctionNode,MinFunctionNode,ModuloFunctionNode,MultiplyFunctionNode
This is an abstract class for all functions that perform arithmetics. This node implements the necessary API for
doing arithmetic operations.
- Author:
- Ulf Lilleengen
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.searchlib.expression.MultiArgFunctionNode
classId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final booleanvoidMethods inherited from class com.yahoo.searchlib.expression.MultiArgFunctionNode
addArg, clone, equalsFunction, getArg, getNumArgs, hashCode, onCalculate, onDeserialize, onExecute, onGetClassId, onPrepareResult, onSerialize, selectMembers, visitMembersMethods inherited from class com.yahoo.searchlib.expression.FunctionNode
equalsExpression, getResult, setResultMethods inherited from class com.yahoo.searchlib.expression.ExpressionNode
equals, execute, executeIterative, onArgument, prepareMethods inherited from class com.yahoo.vespa.objects.Identifiable
create, createFromId, deserialize, deserializeOptional, deserializeWithId, equals, getClassId, getRawUtf8Bytes, getUtf8, putUtf8, registerClass, serialize, serializeOptional, serializeWithId, toStringMethods inherited from class com.yahoo.vespa.objects.Selectable
select, select
-
Constructor Details
-
NumericFunctionNode
public NumericFunctionNode()
-
-
Method Details
-
onPrepare
public void onPrepare()- Overrides:
onPreparein classMultiArgFunctionNode
-
equalsMultiArgFunction
- Specified by:
equalsMultiArgFunctionin classMultiArgFunctionNode
-