public class ColumnUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
_booleanArity |
int |
_bytesArity |
int[] |
_columnIndex |
Representable[] |
_columnTypes |
int |
_doubleArity |
int |
_floatArity |
int |
_intArity |
int |
_longArity |
int |
_stringArity |
| Constructor and Description |
|---|
ColumnUtils(Representable... columnTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBooleanArity() |
int |
getBytesArity() |
int[] |
getColumnIndex() |
Representable[] |
getColumnTypes() |
static int |
getDimArity(Representable[] types)
Compute the number of dimension (non-value) columns
This assumes that all value columns are at end and
are of type FLOAT or DOUBLE.
|
int |
getDoubleArity() |
int |
getFloatArity() |
int |
getIntArity() |
int |
getLongArity() |
int |
getStringArity() |
public final int[] _columnIndex
public int _intArity
public int _longArity
public int _stringArity
public int _floatArity
public int _doubleArity
public int _booleanArity
public int _bytesArity
public final Representable[] _columnTypes
public ColumnUtils(Representable... columnTypes)
public int[] getColumnIndex()
public int getIntArity()
public int getLongArity()
public int getStringArity()
public int getFloatArity()
public int getDoubleArity()
public int getBooleanArity()
public int getBytesArity()
public Representable[] getColumnTypes()
public static int getDimArity(Representable[] types)
types - column types