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