public class GlobalDictionarySortedCollector extends Object
Indexed representing the global value dictionaries of some
NestedDataComplexColumn, to later use with DictionaryMergingIterator
to merge into a new global dictionary| Constructor and Description |
|---|
GlobalDictionarySortedCollector(Indexed<String> sortedStrings,
Indexed<Long> sortedLongs,
Indexed<Double> sortedDoubles) |
| Modifier and Type | Method and Description |
|---|---|
Indexed<Double> |
getSortedDoubles() |
Indexed<Long> |
getSortedLongs() |
Indexed<String> |
getSortedStrings() |
int |
size() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.