Constructor and Description |
---|
GroupValueSource() |
Modifier and Type | Method and Description |
---|---|
abstract Binary |
getBinary(int fieldIndex,
int index) |
Binary |
getBinary(String field,
int index) |
abstract boolean |
getBoolean(int fieldIndex,
int index) |
boolean |
getBoolean(String field,
int index) |
abstract double |
getDouble(int fieldIndex,
int index) |
double |
getDouble(String field,
int index) |
abstract int |
getFieldRepetitionCount(int fieldIndex) |
int |
getFieldRepetitionCount(String field) |
abstract float |
getFloat(int fieldIndex,
int index) |
float |
getFloat(String field,
int index) |
abstract GroupValueSource |
getGroup(int fieldIndex,
int index) |
GroupValueSource |
getGroup(String field,
int index) |
abstract Binary |
getInt96(int fieldIndex,
int index) |
Binary |
getInt96(String field,
int index) |
abstract int |
getInteger(int fieldIndex,
int index) |
int |
getInteger(String field,
int index) |
abstract long |
getLong(int fieldIndex,
int index) |
long |
getLong(String field,
int index) |
abstract String |
getString(int fieldIndex,
int index) |
String |
getString(String field,
int index) |
abstract GroupType |
getType() |
abstract String |
getValueToString(int fieldIndex,
int index) |
public int getFieldRepetitionCount(String field)
public GroupValueSource getGroup(String field, int index)
public int getInteger(String field, int index)
public long getLong(String field, int index)
public double getDouble(String field, int index)
public float getFloat(String field, int index)
public boolean getBoolean(String field, int index)
public abstract int getFieldRepetitionCount(int fieldIndex)
public abstract GroupValueSource getGroup(int fieldIndex, int index)
public abstract String getString(int fieldIndex, int index)
public abstract int getInteger(int fieldIndex, int index)
public abstract long getLong(int fieldIndex, int index)
public abstract double getDouble(int fieldIndex, int index)
public abstract float getFloat(int fieldIndex, int index)
public abstract boolean getBoolean(int fieldIndex, int index)
public abstract Binary getBinary(int fieldIndex, int index)
public abstract Binary getInt96(int fieldIndex, int index)
public abstract String getValueToString(int fieldIndex, int index)
public abstract GroupType getType()
Copyright © 2019 The Apache Software Foundation. All rights reserved.