public interface DimensionSelector
Modifier and Type | Method and Description |
---|---|
IndexedInts |
getRow()
Gets all values for the row inside of an IntBuffer.
|
int |
getValueCardinality()
Value cardinality is the cardinality of the different occurring values.
|
int |
lookupId(String name)
The ID is the int id value of the field.
|
String |
lookupName(int id)
The Name is the String name of the actual field.
|
IndexedInts getRow()
int getValueCardinality()
String lookupName(int id)
id
- id to lookup the field name forint lookupId(String name)
name
- field name to look up the id forCopyright © 2011–2015. All rights reserved.