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