java.math.BigDecimal |
BinaryRowProtocol.getInternalBigDecimal(ColumnInformation columnInfo) |
Get BigDecimal from raw binary format.
|
abstract java.math.BigDecimal |
RowProtocol.getInternalBigDecimal(ColumnInformation columnInfo) |
|
java.math.BigDecimal |
TextRowProtocol.getInternalBigDecimal(ColumnInformation columnInfo) |
Get BigDecimal from raw text format.
|
java.math.BigInteger |
BinaryRowProtocol.getInternalBigInteger(ColumnInformation columnInfo) |
Get BigInteger from raw binary format.
|
abstract java.math.BigInteger |
RowProtocol.getInternalBigInteger(ColumnInformation columnInfo) |
|
java.math.BigInteger |
TextRowProtocol.getInternalBigInteger(ColumnInformation columnInfo) |
Get BigInteger format from raw text format.
|
boolean |
BinaryRowProtocol.getInternalBoolean(ColumnInformation columnInfo) |
Get boolean from raw binary format.
|
abstract boolean |
RowProtocol.getInternalBoolean(ColumnInformation columnInfo) |
|
boolean |
TextRowProtocol.getInternalBoolean(ColumnInformation columnInfo) |
Get boolean from raw text format.
|
byte |
BinaryRowProtocol.getInternalByte(ColumnInformation columnInfo) |
Get byte from raw binary format.
|
abstract byte |
RowProtocol.getInternalByte(ColumnInformation columnInfo) |
|
byte |
TextRowProtocol.getInternalByte(ColumnInformation columnInfo) |
Get byte from raw text format.
|
java.sql.Date |
BinaryRowProtocol.getInternalDate(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
Get date from raw binary format.
|
abstract java.sql.Date |
RowProtocol.getInternalDate(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
|
java.sql.Date |
TextRowProtocol.getInternalDate(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
Get date from raw text format.
|
double |
BinaryRowProtocol.getInternalDouble(ColumnInformation columnInfo) |
Get double from raw binary format.
|
abstract double |
RowProtocol.getInternalDouble(ColumnInformation columnInfo) |
|
double |
TextRowProtocol.getInternalDouble(ColumnInformation columnInfo) |
Get double from raw text format.
|
float |
BinaryRowProtocol.getInternalFloat(ColumnInformation columnInfo) |
Get float from raw binary format.
|
abstract float |
RowProtocol.getInternalFloat(ColumnInformation columnInfo) |
|
float |
TextRowProtocol.getInternalFloat(ColumnInformation columnInfo) |
Get float from raw text format.
|
int |
BinaryRowProtocol.getInternalInt(ColumnInformation columnInfo) |
Get int from raw binary format.
|
abstract int |
RowProtocol.getInternalInt(ColumnInformation columnInfo) |
|
int |
TextRowProtocol.getInternalInt(ColumnInformation columnInfo) |
Get int from raw text format.
|
java.time.LocalDate |
BinaryRowProtocol.getInternalLocalDate(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get LocalDate from raw binary format.
|
abstract java.time.LocalDate |
RowProtocol.getInternalLocalDate(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
|
java.time.LocalDate |
TextRowProtocol.getInternalLocalDate(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get LocalDate format from raw text format.
|
java.time.LocalTime |
BinaryRowProtocol.getInternalLocalTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get LocalTime from raw binary format.
|
abstract java.time.LocalTime |
RowProtocol.getInternalLocalTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
|
java.time.LocalTime |
TextRowProtocol.getInternalLocalTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get LocalTime format from raw text format.
|
long |
BinaryRowProtocol.getInternalLong(ColumnInformation columnInfo) |
Get long from raw binary format.
|
abstract long |
RowProtocol.getInternalLong(ColumnInformation columnInfo) |
|
long |
TextRowProtocol.getInternalLong(ColumnInformation columnInfo) |
Get long from raw text format.
|
protected long |
RowProtocol.getInternalMediumInt(ColumnInformation columnInfo) |
|
java.lang.Object |
BinaryRowProtocol.getInternalObject(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get Object from raw binary format.
|
abstract java.lang.Object |
RowProtocol.getInternalObject(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
|
java.lang.Object |
TextRowProtocol.getInternalObject(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get Object from raw text format.
|
java.time.OffsetTime |
BinaryRowProtocol.getInternalOffsetTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get OffsetTime from raw binary format.
|
abstract java.time.OffsetTime |
RowProtocol.getInternalOffsetTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
|
java.time.OffsetTime |
TextRowProtocol.getInternalOffsetTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
Get OffsetTime format from raw text format.
|
short |
BinaryRowProtocol.getInternalShort(ColumnInformation columnInfo) |
Get short from raw binary format.
|
abstract short |
RowProtocol.getInternalShort(ColumnInformation columnInfo) |
|
short |
TextRowProtocol.getInternalShort(ColumnInformation columnInfo) |
Get short from raw text format.
|
protected int |
RowProtocol.getInternalSmallInt(ColumnInformation columnInfo) |
|
java.lang.String |
BinaryRowProtocol.getInternalString(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
Get string from raw binary format.
|
abstract java.lang.String |
RowProtocol.getInternalString(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
|
java.lang.String |
TextRowProtocol.getInternalString(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
Get String from raw text format.
|
java.sql.Time |
BinaryRowProtocol.getInternalTime(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
Get time from raw binary format.
|
abstract java.sql.Time |
RowProtocol.getInternalTime(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
|
java.sql.Time |
TextRowProtocol.getInternalTime(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
Get time from raw text format.
|
java.sql.Timestamp |
BinaryRowProtocol.getInternalTimestamp(ColumnInformation columnInfo,
java.util.Calendar userCalendar,
java.util.TimeZone timeZone) |
Get timestamp from raw binary format.
|
abstract java.sql.Timestamp |
RowProtocol.getInternalTimestamp(ColumnInformation columnInfo,
java.util.Calendar userCalendar,
java.util.TimeZone timeZone) |
|
java.sql.Timestamp |
TextRowProtocol.getInternalTimestamp(ColumnInformation columnInfo,
java.util.Calendar userCalendar,
java.util.TimeZone timeZone) |
Get timestamp from raw text format.
|
java.lang.String |
BinaryRowProtocol.getInternalTimeString(ColumnInformation columnInfo) |
Get Time in string format from raw binary format.
|
abstract java.lang.String |
RowProtocol.getInternalTimeString(ColumnInformation columnInfo) |
|
java.lang.String |
TextRowProtocol.getInternalTimeString(ColumnInformation columnInfo) |
Get Time in string format from raw text format.
|
protected int |
RowProtocol.getInternalTinyInt(ColumnInformation columnInfo) |
|
java.time.ZonedDateTime |
BinaryRowProtocol.getInternalZonedDateTime(ColumnInformation columnInfo,
java.lang.Class clazz,
java.util.TimeZone timeZone) |
Get ZonedDateTime from raw binary format.
|
abstract java.time.ZonedDateTime |
RowProtocol.getInternalZonedDateTime(ColumnInformation columnInfo,
java.lang.Class clazz,
java.util.TimeZone timeZone) |
|
java.time.ZonedDateTime |
TextRowProtocol.getInternalZonedDateTime(ColumnInformation columnInfo,
java.lang.Class clazz,
java.util.TimeZone timeZone) |
Get ZonedDateTime format from raw text format.
|
protected void |
RowProtocol.rangeCheck(java.lang.Object className,
long minValue,
long maxValue,
long value,
ColumnInformation columnInfo) |
|
protected void |
RowProtocol.rangeCheck(java.lang.Object className,
long minValue,
long maxValue,
java.math.BigDecimal value,
ColumnInformation columnInfo) |
|
protected java.lang.String |
RowProtocol.zeroFillingIfNeeded(java.lang.String value,
ColumnInformation columnInformation) |
|