Class NumericFunctionNode

java.lang.Object
com.yahoo.vespa.objects.Selectable
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
AddFunctionNode, BitFunctionNode, DivideFunctionNode, MaxFunctionNode, MinFunctionNode, ModuloFunctionNode, MultiplyFunctionNode

public abstract class NumericFunctionNode extends MultiArgFunctionNode
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: