| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.nested |
| Constructor and Description |
|---|
ArrayDictionaryMergingIterator(Iterable<Object[]>[] dimValueLookups,
DictionaryIdLookup idLookup) |
IdLookupArrayIterator(DictionaryIdLookup idLookup,
Iterator<Object[]> delegate) |
| Modifier and Type | Field and Description |
|---|---|
protected DictionaryIdLookup |
ScalarNestedCommonFormatColumnSerializer.dictionaryIdLookup |
protected DictionaryIdLookup |
GlobalDictionaryEncodedFieldColumnWriter.globalDictionaryIdLookup |
| Modifier and Type | Method and Description |
|---|---|
DictionaryIdLookup |
NestedDataColumnSerializer.getGlobalLookup() |
abstract DictionaryIdLookup |
NestedCommonFormatColumnSerializer.getGlobalLookup() |
DictionaryIdLookup |
ScalarNestedCommonFormatColumnSerializer.getGlobalLookup() |
DictionaryIdLookup |
VariantColumnSerializer.getGlobalLookup() |
| Constructor and Description |
|---|
GlobalDictionaryEncodedFieldColumnWriter(String columnName,
String fieldName,
SegmentWriteOutMedium segmentWriteOutMedium,
IndexSpec indexSpec,
DictionaryIdLookup globalDictionaryIdLookup) |
ScalarDoubleFieldColumnWriter(String columnName,
String fieldName,
SegmentWriteOutMedium segmentWriteOutMedium,
IndexSpec indexSpec,
DictionaryIdLookup globalDictionaryIdLookup) |
ScalarLongFieldColumnWriter(String columnName,
String fieldName,
SegmentWriteOutMedium segmentWriteOutMedium,
IndexSpec indexSpec,
DictionaryIdLookup globalDictionaryIdLookup) |
ScalarStringFieldColumnWriter(String columnName,
String fieldName,
SegmentWriteOutMedium segmentWriteOutMedium,
IndexSpec indexSpec,
DictionaryIdLookup globalDictionaryIdLookup) |
VariantArrayFieldColumnWriter(String columnName,
String fieldName,
SegmentWriteOutMedium segmentWriteOutMedium,
IndexSpec indexSpec,
DictionaryIdLookup globalDictionaryIdLookup) |
VariantFieldColumnWriter(String columnName,
String fieldName,
SegmentWriteOutMedium segmentWriteOutMedium,
IndexSpec indexSpec,
DictionaryIdLookup globalDictionaryIdLookup) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.