Class RawValue
- java.lang.Object
-
- com.yahoo.search.grouping.request.GroupingNode
-
- com.yahoo.search.grouping.request.GroupingExpression
-
- com.yahoo.search.grouping.request.ConstantValue<RawBuffer>
-
- com.yahoo.search.grouping.request.RawValue
-
public class RawValue extends ConstantValue<RawBuffer>
This class represents a raw value in aGroupingExpression
.- Author:
- Ulf Lilleengen, bratseth
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RawValue
copy()
Returns a deep copy of this-
Methods inherited from class com.yahoo.search.grouping.request.ConstantValue
getValue
-
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
-
RawValue
public RawValue(RawBuffer value)
Constructs a new instance of this class.- Parameters:
value
- The immutable value to assign to this.
-
-
Method Detail
-
copy
public RawValue copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classConstantValue<RawBuffer>
-
-