Class UnaryFunctionNode

java.lang.Object
com.yahoo.vespa.objects.Selectable
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ArrayAtLookupNode, DebugWaitFunctionNode, FixedWidthBucketFunctionNode, InterpolatedLookupNode, NegateFunctionNode, NormalizeSubjectFunctionNode, NumElemFunctionNode, RangeBucketPreDefFunctionNode, ReverseFunctionNode, SortFunctionNode, StrLenFunctionNode, TimeStampFunctionNode, ToFloatFunctionNode, ToIntFunctionNode, ToRawFunctionNode, ToStringFunctionNode, UcaFunctionNode, UnaryBitFunctionNode, ZCurveFunctionNode

public abstract class UnaryFunctionNode extends MultiArgFunctionNode
This is an abstract super-class for all functions that accept only a single argument.
Author:
baldersheim, Simon Thoresen Hult
See Also: