Class BucketValue

All Implemented Interfaces:
Comparable<BucketValue>
Direct Known Subclasses:
DoubleBucket, LongBucket, RawBucket, StringBucket

public class BucketValue extends GroupingExpression implements Comparable<BucketValue>
This class represents a bucket in a PredefinedFunction. The generic T is the data type of the range values 'from' and 'to'. The range is inclusive-from and exclusive-to. All supported data types are represented as subclasses of this.
Author:
Simon Thoresen Hult