public class GlobalDimensionDictionary extends Object
NestedDataColumnIndexer to build the global value dictionary, which can be converted into a
GlobalDictionarySortedCollector to sort and write out the values to a segment with
getSortedCollector().| Constructor and Description |
|---|
GlobalDimensionDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDoubleValue(Double value) |
void |
addLongValue(Long value) |
void |
addStringValue(String value) |
int |
getCardinality() |
GlobalDictionarySortedCollector |
getSortedCollector() |
long |
sizeInBytes() |
public GlobalDictionarySortedCollector getSortedCollector()
public long sizeInBytes()
public int getCardinality()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.