Modifier and Type | Method and Description |
---|---|
static FloatColumnSelector |
AggregatorUtil.getFloatColumnSelector(ColumnSelectorFactory metricFactory,
String fieldName,
String fieldExpression,
float nullValue) |
Constructor and Description |
---|
DoubleMaxAggregator(FloatColumnSelector selector) |
DoubleMaxBufferAggregator(FloatColumnSelector selector) |
DoubleMinAggregator(FloatColumnSelector selector) |
DoubleMinBufferAggregator(FloatColumnSelector selector) |
DoubleSumAggregator(FloatColumnSelector selector) |
DoubleSumBufferAggregator(FloatColumnSelector selector) |
HistogramAggregator(FloatColumnSelector selector,
float[] breaks) |
HistogramBufferAggregator(FloatColumnSelector selector,
float[] breaks) |
Modifier and Type | Method and Description |
---|---|
void |
FloatCardinalityAggregatorColumnSelectorStrategy.hashRow(FloatColumnSelector dimSelector,
com.google.common.hash.Hasher hasher) |
void |
FloatCardinalityAggregatorColumnSelectorStrategy.hashValues(FloatColumnSelector dimSelector,
HyperLogLogCollector collector) |
Constructor and Description |
---|
DoubleFirstAggregator(String name,
LongColumnSelector timeSelector,
FloatColumnSelector valueSelector) |
DoubleFirstBufferAggregator(LongColumnSelector timeSelector,
FloatColumnSelector valueSelector) |
Constructor and Description |
---|
ApproximateHistogramAggregator(FloatColumnSelector selector,
int resolution,
float lowerLimit,
float upperLimit) |
ApproximateHistogramBufferAggregator(FloatColumnSelector selector,
int resolution,
float lowerLimit,
float upperLimit) |
Constructor and Description |
---|
DoubleLastAggregator(String name,
LongColumnSelector timeSelector,
FloatColumnSelector valueSelector) |
DoubleLastBufferAggregator(LongColumnSelector timeSelector,
FloatColumnSelector valueSelector) |
Constructor and Description |
---|
FloatVarianceAggregator(FloatColumnSelector selector) |
FloatVarianceAggregator(String name,
FloatColumnSelector selector) |
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
FloatValueMatcherColumnSelectorStrategy.makeValueMatcher(FloatColumnSelector selector,
DruidPredicateFactory predicateFactory) |
ValueMatcher |
FloatValueMatcherColumnSelectorStrategy.makeValueMatcher(FloatColumnSelector selector,
String value) |
Modifier and Type | Method and Description |
---|---|
FloatColumnSelector |
RowBasedColumnSelectorFactory.makeFloatColumnSelector(String columnName) |
Modifier and Type | Method and Description |
---|---|
void |
SearchQueryRunner.FloatSearchColumnSelectorStrategy.updateSearchResultSet(String outputName,
FloatColumnSelector selector,
SearchQuerySpec searchQuerySpec,
int limit,
it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap<SearchHit> set) |
Modifier and Type | Method and Description |
---|---|
void |
SelectQueryEngine.FloatSelectColumnSelectorStrategy.addRowValuesToSelectResult(String outputName,
FloatColumnSelector dimSelector,
Map<String,Object> resultMap) |
Modifier and Type | Method and Description |
---|---|
void |
FloatTopNColumnSelectorStrategy.dimExtractionScanAndAggregate(TopNQuery query,
FloatColumnSelector selector,
Cursor cursor,
Aggregator[][] rowSelector,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<Aggregator[]> aggregatesStore) |
int |
FloatTopNColumnSelectorStrategy.getCardinality(FloatColumnSelector selector) |
Modifier and Type | Class and Description |
---|---|
class |
ZeroFloatColumnSelector |
Constructor and Description |
---|
FloatWrappingDimensionSelector(FloatColumnSelector selector,
ExtractionFn extractionFn) |
Modifier and Type | Method and Description |
---|---|
static FloatColumnSelector |
ExpressionSelectors.makeFloatColumnSelector(ColumnSelectorFactory columnSelectorFactory,
Expr expression,
float nullValue) |
FloatColumnSelector |
VirtualizedColumnSelectorFactory.makeFloatColumnSelector(String columnName) |
FloatColumnSelector |
ExpressionVirtualColumn.makeFloatColumnSelector(String columnName,
ColumnSelectorFactory columnSelectorFactory) |
Copyright © 2011–2017. All rights reserved.