Package | Description |
---|---|
com.yahoo.search.grouping.request |
Modifier and Type | Class and Description |
---|---|
class |
DoubleBucket
This class represents a
Double bucket in a PredefinedFunction . |
class |
LongBucket
This class represents a
Long bucket in a PredefinedFunction . |
class |
RawBucket
This class represents a
RawValue bucket in a PredefinedFunction . |
class |
StringBucket
This class represents a
String bucket in a PredefinedFunction . |
Modifier and Type | Field and Description |
---|---|
private List<BucketValue> |
BucketResolver.buckets |
Modifier and Type | Method and Description |
---|---|
BucketValue |
PredefinedFunction.getBucket(int i)
Returns the bucket at the given index.
|
Modifier and Type | Method and Description |
---|---|
int |
BucketValue.compareTo(BucketValue rhs) |
Modifier and Type | Method and Description |
---|---|
private static List<GroupingExpression> |
PredefinedFunction.asList(GroupingExpression exp,
List<? extends BucketValue> args) |
Constructor and Description |
---|
PredefinedFunction(GroupingExpression exp,
List<? extends BucketValue> args) |
Copyright © 2018. All rights reserved.