| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAggregateCombiner<T>
Specialization of
AggregateCombiner for object aggregations. |
| Constructor and Description |
|---|
JavaScriptAggregator(List<ObjectColumnSelector> selectorList,
io.druid.query.aggregation.JavaScriptAggregator.ScriptAggregator script) |
JavaScriptBufferAggregator(List<ObjectColumnSelector> selectorList,
io.druid.query.aggregation.JavaScriptAggregator.ScriptAggregator script) |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperLogLogCollectorAggregateCombiner |
| Constructor and Description |
|---|
HyperUniquesAggregator(ObjectColumnSelector selector) |
HyperUniquesBufferAggregator(ObjectColumnSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
ObjectColumnSelector |
RowBasedColumnSelectorFactory.makeObjectColumnSelector(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
SelectQueryEngine.singleEvent(String timestampKey,
LongColumnSelector timestampColumnSelector,
List<ColumnSelectorPlus<SelectQueryEngine.SelectColumnSelectorStrategy>> selectorPlusList,
Map<String,ObjectColumnSelector> metSelectors) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullStringObjectColumnSelector |
| Modifier and Type | Method and Description |
|---|---|
ObjectColumnSelector |
ColumnSelectorFactory.makeObjectColumnSelector(String columnName) |
ObjectColumnSelector |
VirtualColumns.makeObjectColumnSelector(String columnName,
ColumnSelectorFactory factory)
Create an object selector.
|
ObjectColumnSelector |
VirtualColumn.makeObjectColumnSelector(String columnName,
ColumnSelectorFactory factory)
Build a selector corresponding to this virtual column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionObjectSelector |
| Modifier and Type | Method and Description |
|---|---|
ObjectColumnSelector |
VirtualizedColumnSelectorFactory.makeObjectColumnSelector(String columnName) |
ObjectColumnSelector |
ExpressionVirtualColumn.makeObjectColumnSelector(String columnName,
ColumnSelectorFactory columnSelectorFactory) |
Copyright © 2011–2017. All rights reserved.