Class RangeBucketPreDefFunctionNode

java.lang.Object
com.yahoo.vespa.objects.Selectable
All Implemented Interfaces:
Serializable, Cloneable

public class RangeBucketPreDefFunctionNode extends UnaryFunctionNode
This function assign a fixed width bucket to each input value
Author:
Haavard Pettersen, Simon Thoresen Hult
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • RangeBucketPreDefFunctionNode

      public RangeBucketPreDefFunctionNode()
      Constructs an empty result node.
    • RangeBucketPreDefFunctionNode

      public RangeBucketPreDefFunctionNode(ResultNodeVector v, ExpressionNode arg)
      Create a bucket expression with the given width and the given subexpression
      Parameters:
      v - predefined bucket list
      arg - The argument for this function.
  • Method Details