| Package | Description |
|---|---|
| org.apache.druid.query.filter.vector | |
| org.apache.druid.query.groupby.epinephelinae.vector | |
| org.apache.druid.segment |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorValueMatcherColumnProcessorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupByVectorColumnProcessorFactory |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DimensionHandlerUtils.makeVectorProcessor(DimensionSpec dimensionSpec,
VectorColumnProcessorFactory<T> strategyFactory,
VectorColumnSelectorFactory selectorFactory)
Creates "vector processors", which are objects that wrap a single vectorized input column and provide some
functionality on top of it.
|
static <T> T |
DimensionHandlerUtils.makeVectorProcessor(String column,
VectorColumnProcessorFactory<T> strategyFactory,
VectorColumnSelectorFactory selectorFactory)
Equivalent to calling makeVectorProcessor(DefaultDimensionSpec.of(column), strategyFactory, selectorFactory).
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.