Uses of Class
com.yahoo.searchlib.expression.NumericResultNode
Packages that use NumericResultNode
-
Uses of NumericResultNode in com.yahoo.searchlib.aggregation
Methods in com.yahoo.searchlib.aggregation that return NumericResultNodeModifier and TypeMethodDescriptionfinal NumericResultNodeAverageAggregationResult.getAverage()Returns the average value of the results.final NumericResultNodeAverageAggregationResult.getSum()Returns the sum of all results in this.Methods in com.yahoo.searchlib.aggregation with parameters of type NumericResultNodeModifier and TypeMethodDescriptionfinal AverageAggregationResultAverageAggregationResult.setSum(NumericResultNode sum) Sets the sum of all results in this.Constructors in com.yahoo.searchlib.aggregation with parameters of type NumericResultNodeModifierConstructorDescriptionAverageAggregationResult(NumericResultNode sum, long count) Constructs an instance of this class with given sum and count values. -
Uses of NumericResultNode in com.yahoo.searchlib.expression
Subclasses of NumericResultNode in com.yahoo.searchlib.expressionModifier and TypeClassDescriptionclassThis result holds a float value.classThis result holds an integer value.classThis result holds an integer value.classThis result holds an integer value.classThis result holds an integer value.Methods in com.yahoo.searchlib.expression that return NumericResultNodeModifier and TypeMethodDescriptionFixedWidthBucketFunctionNode.getWidth()Obtain the width of this bucket expressionConstructors in com.yahoo.searchlib.expression with parameters of type NumericResultNodeModifierConstructorDescriptionCreate a bucket expression with the given width and the given subexpression