Package com.yahoo.searchlib.expression
Class SortFunctionNode
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.UnaryFunctionNode
com.yahoo.searchlib.expression.SortFunctionNode
- All Implemented Interfaces:
Serializable,Cloneable
- Author:
- baldersheim
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty result node.Constructs an instance of this class with given argument. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected intMethods inherited from class com.yahoo.searchlib.expression.UnaryFunctionNode
equalsMultiArgFunction, getArg, onPrepare, onPrepareResultMethods inherited from class com.yahoo.searchlib.expression.MultiArgFunctionNode
addArg, clone, equalsFunction, getArg, getNumArgs, hashCode, onCalculate, onDeserialize, onExecute, 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
-
Field Details
-
classId
public static final int classId
-
-
Constructor Details
-
SortFunctionNode
public SortFunctionNode()Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set. -
SortFunctionNode
Constructs an instance of this class with given argument.- Parameters:
arg- The argument for this function.
-
-
Method Details
-
onGetClassId
protected int onGetClassId()- Overrides:
onGetClassIdin classUnaryFunctionNode
-
equalsUnaryFunction
- Specified by:
equalsUnaryFunctionin classUnaryFunctionNode
-