public interface DictionaryEncodedColumn extends Closeable
Modifier and Type | Method and Description |
---|---|
int |
getCardinality() |
IndexedInts |
getMultiValueRow(int rowNum) |
int |
getSingleValueRow(int rowNum) |
boolean |
hasMultipleValues() |
int |
length() |
int |
lookupId(String name) |
String |
lookupName(int id) |
int length()
boolean hasMultipleValues()
int getSingleValueRow(int rowNum)
IndexedInts getMultiValueRow(int rowNum)
String lookupName(int id)
int lookupId(String name)
int getCardinality()
Copyright © 2011–2015. All rights reserved.