Uses of Class
com.yahoo.searchlib.expression.FunctionNode
Packages that use FunctionNode
-
Uses of FunctionNode in com.yahoo.searchlib.expression
Subclasses of FunctionNode in com.yahoo.searchlib.expressionModifier and TypeClassDescriptionclassThis function is an instruction to add all arguments.classThis function is an instruction to perform bitwise AND on the result of all arguments in order.classThis function is an instruction to retrieve an index a named array attribute.classThis function is an instruction to do a lookup in a map attribute, returning the value.classThis function is an instruction to retrieve the value of a named attribute.classThis is an abstract super-class for all non-unary functions that operator on bit values.classThis function is an instruction to concatenate the bits of all arguments in order.classThis is a debug wait function node that waits for a specified amount of time before executing its expression.classThis function is an instruction to divide the arguments in order.classThis function assign a fixed width bucket to each input valueclassThis function is an instruction to retrieve the value of a named attribute.classThis function is an instruction to negate its argument.classThis function is an instruction to return the maximum value of all its arguments.classThis function is a request to calculate the MD5 of the result of its argument.classThis function is an instruction to return the minimum value of all its arguments.classThis function is an instruction to modulo the arguments in order.classThis is an abstract super-class for all functions that accepts multiple arguments.classThis function is an instruction to multiply all arguments.classThis function is an instruction to negate its argument.classThis function is an instruction to negate its argument.classThis function is an instruction to negate its argument.classThis is an abstract class for all functions that perform arithmetics.classThis function is an instruction to perform bitwise OR on the result of all arguments.classThis function assign a fixed width bucket to each input valueclassThis class will revert the order on any multivalues.classclassThis function is an instruction to concatenate the bits of all arguments in order.classThis function is an instruction to negate its argument.classThis function assign a fixed width bucket to each input value.classThis function is an instruction to negate its argument.classThis function is an instruction to negate its argument.classThis function converts its argument to a raw function node.classThis function is an instruction to negate its argument.classThis function is a request to use the Unicode Collation Algorithm specification when sorting this field.classThis is an abstract super-class for all unary functions that operator on bit values.classThis is an abstract super-class for all functions that accept only a single argument.classThis function is a request to bitwise XOR the result of its first argument with itself in chunks of the second argument number of bits.classThis function is an instruction to perform bitwise XOR on the result of all arguments in order.classThis function decompose two-dimensonal zcurve values into x and y values.Methods in com.yahoo.searchlib.expression that return FunctionNodeMethods in com.yahoo.searchlib.expression with parameters of type FunctionNodeModifier and TypeMethodDescriptionprotected booleanAttributeMapLookupNode.equalsFunction(FunctionNode obj) protected booleanAttributeNode.equalsFunction(FunctionNode obj) protected abstract booleanFunctionNode.equalsFunction(FunctionNode obj) protected final booleanMultiArgFunctionNode.equalsFunction(FunctionNode obj)