Uses of Class
com.yahoo.search.grouping.request.ConstantValue
Packages that use ConstantValue
-
Uses of ConstantValue in com.yahoo.search.grouping.request
Subclasses of ConstantValue in com.yahoo.search.grouping.requestModifier and TypeClassDescriptionclassThis class represents a constantBooleanvalue in aGroupingExpression.classThis class represents a constantDoublevalue in aGroupingExpression.classThis class represents an infinite value in aGroupingExpression.classThis class represents a constantLongvalue in aGroupingExpression.classThis class represents a raw value in aGroupingExpression.classThis class represents a constantStringvalue in aGroupingExpression.Methods in com.yahoo.search.grouping.request that return ConstantValueModifier and TypeMethodDescriptionabstract ConstantValueConstantValue.copy()BucketValue.getFrom()Returns the inclusive-from value of this bucket.BucketValue.getTo()Returns the exclusive-to value of this bucket.Methods in com.yahoo.search.grouping.request with parameters of type ConstantValueModifier and TypeMethodDescriptionintConstantValueComparator.compare(ConstantValue lhs, ConstantValue rhs) BucketResolver.push(ConstantValue<?> val, boolean inclusive) Pushes the given expression onto this bucket resolver.Constructors in com.yahoo.search.grouping.request with parameters of type ConstantValueModifierConstructorDescriptionprotectedBucketValue(String label, Integer level, ConstantValue<?> inclusiveFrom, ConstantValue<?> exclusiveTo) DoubleBucket(ConstantValue<?> from, ConstantValue<?> to) Constructs a new instance of this class.LongBucket(ConstantValue from, ConstantValue to) Constructs a new instance of this class.RawBucket(ConstantValue<?> from, ConstantValue<?> to) Constructs a new instance of this class.StringBucket(ConstantValue<?> from, ConstantValue<?> to) Constructs a new bucket for a range of strings. -
Uses of ConstantValue in com.yahoo.search.grouping.request.parser
Methods in com.yahoo.search.grouping.request.parser that return ConstantValueModifier and TypeMethodDescriptionfinal ConstantValueGroupingParser.constantValue()final ConstantValueGroupingParser.constantValueSigned()