| Package | Description |
|---|---|
| io.druid.segment.data | |
| io.druid.segment.serde |
| Modifier and Type | Class and Description |
|---|---|
static class |
BitmapSerde.DefaultBitmapSerdeFactory |
static class |
BitmapSerde.LegacyBitmapSerdeFactory |
class |
ConciseBitmapSerdeFactory |
class |
RoaringBitmapSerdeFactory |
| Modifier and Type | Method and Description |
|---|---|
static BitmapSerdeFactory |
BitmapSerde.createLegacyFactory() |
| Modifier and Type | Method and Description |
|---|---|
BitmapSerdeFactory |
DictionaryEncodedColumnPartSerde.getBitmapSerdeFactory() |
| Constructor and Description |
|---|
DictionaryEncodedColumnPartSerde(boolean isSingleValued,
BitmapSerdeFactory bitmapSerdeFactory) |
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValCol,
VSizeIndexed multiValCol,
BitmapSerdeFactory bitmapSerdeFactory,
GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps,
com.metamx.collections.spatial.ImmutableRTree spatialIndex) |
Copyright © 2015. All rights reserved.