| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.vector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComplexColumn
This interface represents a complex column and can be implemented by druid extension writer of a custom column
with arbitrary serialization instead of a custom column that serializes rows of objects serialized using
GenericIndexed class which is default implementation of "writeToXXX" methods in
ComplexColumnSerializer. |
interface |
DictionaryEncodedColumn<ActualType extends Comparable<? super ActualType>> |
interface |
NumericColumn |
| Modifier and Type | Class and Description |
|---|---|
class |
DoublesColumn |
class |
FloatsColumn |
class |
GenericIndexedBasedComplexColumn
Implementation of
ComplexColumn to be used when complex column serialization is done by using
GenericIndexed by using default implementations of "writeToXXX" methods in
ComplexColumnSerializer |
class |
LongsColumn |
class |
StringDictionaryEncodedColumn |
class |
UnknownTypeComplexColumn |
| Modifier and Type | Method and Description |
|---|---|
BaseColumn |
ColumnHolder.getColumn() |
| Constructor and Description |
|---|
QueryableIndexVectorColumnSelectorFactory(QueryableIndex index,
ReadableVectorOffset offset,
Closer closer,
Map<String,BaseColumn> columnCache) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.