Uses of Class
com.yahoo.searchlib.expression.UnaryFunctionNode
Packages that use UnaryFunctionNode
-
Uses of UnaryFunctionNode in com.yahoo.searchlib.expression
Subclasses of UnaryFunctionNode in com.yahoo.searchlib.expressionModifier and TypeClassDescriptionclassThis function is an instruction to retrieve an index a named array attribute.classThis is a debug wait function node that waits for a specified amount of time before executing its expression.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 a request to calculate the MD5 of the result of its argument.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 function assign a fixed width bucket to each input valueclassThis class will revert the order on any multivalues.classclassThis 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 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 decompose two-dimensonal zcurve values into x and y values.Methods in com.yahoo.searchlib.expression with parameters of type UnaryFunctionNodeModifier and TypeMethodDescriptionprotected booleanArrayAtLookupNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanDebugWaitFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanFixedWidthBucketFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanInterpolatedLookupNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanNegateFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanNormalizeSubjectFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanNumElemFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanRangeBucketPreDefFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanReverseFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanSortFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanStrLenFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanTimeStampFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanToFloatFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanToIntFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanToRawFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanToStringFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanUcaFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected final booleanUnaryBitFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected abstract booleanUnaryFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj) protected booleanZCurveFunctionNode.equalsUnaryFunction(UnaryFunctionNode obj)