| Modifier and Type | Method and Description |
|---|---|
boolean |
LongSumAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
boolean |
FloatSumAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
boolean |
SuppressedAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
boolean |
DoubleSumAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
boolean |
CountAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
boolean |
FilteredAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
boolean |
AggregatorFactory.canVectorize(ColumnInspector columnInspector)
Returns whether or not this aggregation class supports vectorization.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HyperUniquesAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DoubleMeanAggregatorFactory.canVectorize(ColumnInspector columnInspector) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnSelectorFactory
Factory class for MetricSelectors
|
interface |
StorageAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryableIndexStorageAdapter |
class |
RowBasedColumnSelectorFactory<T>
A
ColumnSelectorFactory that is based on an object supplier and a RowAdapter for that type of object. |
class |
RowBasedStorageAdapter<RowType>
A
StorageAdapter that is based on a stream of objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalIndexStorageAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
HashJoinSegmentStorageAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
AllNullColumnSelectorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
LookupColumnSelectorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedTableColumnSelectorFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorColumnSelectorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryableIndexVectorColumnSelectorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualizedColumnSelectorFactory |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.