public class HiveValueReader extends WritableValueReader
Constructor and Description |
---|
HiveValueReader() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends Writable> |
byteType() |
protected Class<? extends Writable> |
dateType() |
protected Class<? extends Writable> |
doubleType() |
protected Object |
parseDate(Long value) |
protected Object |
parseDate(String value) |
protected Object |
processByte(Byte value) |
protected Object |
processDouble(Double value) |
protected Object |
processShort(Short value) |
protected Class<? extends Writable> |
shortType() |
addToArray, binaryValue, createArray, createMap, nullValue, parseString, processBoolean, processFloat, processInteger, processLong
addToMap, booleanValue, byteValue, date, doubleValue, floatValue, intValue, longValue, parseBoolean, parseByte, parseDouble, parseFloat, parseInteger, parseLong, parseShort, processDate, readValue, setSettings, shortValue, textValue
protected Class<? extends Writable> dateType()
dateType
in class WritableValueReader
protected Class<? extends Writable> doubleType()
doubleType
in class WritableValueReader
protected Class<? extends Writable> byteType()
byteType
in class WritableValueReader
protected Class<? extends Writable> shortType()
shortType
in class WritableValueReader
protected Object parseDate(Long value)
parseDate
in class org.elasticsearch.hadoop.serialization.builder.JdkValueReader
protected Object parseDate(String value)
parseDate
in class org.elasticsearch.hadoop.serialization.builder.JdkValueReader
protected Object processDouble(Double value)
processDouble
in class WritableValueReader
protected Object processByte(Byte value)
processByte
in class WritableValueReader
protected Object processShort(Short value)
processShort
in class WritableValueReader