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