public class NullDimensionSelector extends Object implements DimensionSelector
| Constructor and Description |
|---|
NullDimensionSelector() |
| 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.
|
public IndexedInts getRow()
DimensionSelectorgetRow in interface DimensionSelectorpublic int getValueCardinality()
DimensionSelectorgetValueCardinality in interface DimensionSelectorpublic String lookupName(int id)
DimensionSelectorlookupName in interface DimensionSelectorid - id to lookup the field name forpublic int lookupId(String name)
DimensionSelectorlookupId in interface DimensionSelectorname - field name to look up the id forCopyright © 2011–2015. All rights reserved.