public static interface ArrayTable.Representation
| Modifier and Type | Method and Description |
|---|---|
Object |
freeze(ColumnLoader.ValueSet valueSet,
int[] sources)
Converts a value set into a compact representation.
|
int |
getInt(Object dataSet,
int ordinal) |
Object |
getObject(Object dataSet,
int ordinal) |
ArrayTable.RepresentationType |
getType()
Returns the representation type.
|
Object |
permute(Object dataSet,
int[] sources)
Creates a data set that is the same as a given data set
but re-ordered.
|
int |
size(Object dataSet)
Returns the number of elements in a data set.
|
String |
toString(Object dataSet)
Converts a data set to a string.
|
ArrayTable.RepresentationType getType()
Object freeze(ColumnLoader.ValueSet valueSet, int[] sources)
sources is not null, permutes.int getInt(Object dataSet, int ordinal)
Object permute(Object dataSet, int[] sources)
int size(Object dataSet)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.