| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.nested |
| Modifier and Type | Method and Description |
|---|---|
StructuredData |
NestedDataColumnIndexer.getMaxValue() |
StructuredData |
NestedDataColumnIndexer.getMinValue() |
StructuredData |
NestedDataColumnIndexer.getUnsortedEncodedValueFromSorted(StructuredData sortedIntermediateValue) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIndexed<StructuredData> |
NestedDataColumnIndexer.getSortedIndexedValues() |
DimensionIndexer<StructuredData,StructuredData,StructuredData> |
NestedDataDimensionHandler.makeIndexer(boolean useMaxMemoryEstimates) |
DimensionIndexer<StructuredData,StructuredData,StructuredData> |
NestedDataDimensionHandler.makeIndexer(boolean useMaxMemoryEstimates) |
DimensionIndexer<StructuredData,StructuredData,StructuredData> |
NestedDataDimensionHandler.makeIndexer(boolean useMaxMemoryEstimates) |
EncodedKeyComponent<StructuredData> |
NestedDataColumnIndexer.processRowValsToUnsortedEncodedKeyComponent(Object dimValues,
boolean reportParseExceptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NestedDataColumnIndexer.checkUnsortedEncodedKeyComponentsEqual(StructuredData lhs,
StructuredData rhs) |
int |
NestedDataColumnIndexer.compareUnsortedEncodedKeyComponents(StructuredData lhs,
StructuredData rhs) |
Object |
NestedDataColumnIndexer.convertUnsortedEncodedKeyComponentToActualList(StructuredData key) |
void |
NestedDataColumnIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(StructuredData key,
int rowNum,
MutableBitmap[] bitmapIndexes,
BitmapFactory factory) |
int |
NestedDataDimensionHandler.getLengthOfEncodedKeyComponent(StructuredData dimVals) |
int |
NestedDataColumnIndexer.getUnsortedEncodedKeyComponentHashCode(StructuredData key) |
StructuredData |
NestedDataColumnIndexer.getUnsortedEncodedValueFromSorted(StructuredData sortedIntermediateValue) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<StructuredData> |
StructuredData.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static StructuredData |
StructuredData.create(Object value) |
static StructuredData |
StructuredData.wrap(Object value) |
| Modifier and Type | Method and Description |
|---|---|
int |
StructuredData.compareTo(StructuredData o) |
void |
StructuredDataJsonSerializer.serialize(StructuredData structuredData,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedDataColumnSerializer.serialize(ColumnValueSelector<? extends StructuredData> selector) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.