Class RawBucket
- java.lang.Object
-
- com.yahoo.search.grouping.request.GroupingNode
-
- com.yahoo.search.grouping.request.GroupingExpression
-
- com.yahoo.search.grouping.request.BucketValue
-
- com.yahoo.search.grouping.request.RawBucket
-
- All Implemented Interfaces:
java.lang.Comparable<BucketValue>
public class RawBucket extends BucketValue
This class represents aRawValue
bucket in aPredefinedFunction
.- Author:
- Ulf Lilleengen
-
-
Constructor Summary
Constructors Constructor Description RawBucket(ConstantValue<?> from, ConstantValue<?> to)
Constructs a new instance of this class.RawBucket(RawBuffer from, RawBuffer to)
Constructs a new instance of this class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RawBucket
copy()
Returns a deep copy of thisstatic RawValue
nextValue(RawValue value)
Get the next distinct value.-
Methods inherited from class com.yahoo.search.grouping.request.BucketValue
compareTo, equals, getFrom, getTo, hashCode
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, resolveLevel, setLabel, visit
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
-
-
-
Constructor Detail
-
RawBucket
public RawBucket(RawBuffer from, RawBuffer to)
Constructs a new instance of this class.- Parameters:
from
- The from-value to assign to this.to
- The to-value to assign to this.
-
RawBucket
public RawBucket(ConstantValue<?> from, ConstantValue<?> to)
Constructs a new instance of this class.- Parameters:
from
- The from-value to assign to this.to
- The to-value to assign to this.
-
-
Method Detail
-
nextValue
public static RawValue nextValue(RawValue value)
Get the next distinct value.- Parameters:
value
- The base value.- Returns:
- the next value.
-
copy
public RawBucket copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Overrides:
copy
in classBucketValue
-
-