public class GlobalDictionaryIdLookup extends Object
NestedDataColumnSerializer to build a global dictionary
id to value mapping for the 'stacked' global value dictionaries.| Constructor and Description |
|---|
GlobalDictionaryIdLookup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDouble(double value) |
void |
addLong(long value) |
void |
addString(String value) |
int |
lookupDouble(Double value) |
int |
lookupLong(Long value) |
int |
lookupString(String value) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.