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 |
parseByte(String value) |
protected Object |
parseDate(String value) |
protected Object |
parseDouble(String value) |
protected Object |
parseShort(String value) |
protected Class<? extends Writable> |
shortType() |
addToArray, binaryValue, createArray, createMap, nullValue, parseBoolean, parseFloat, parseInteger, parseLong, parseString
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(String value)
parseDate
in class org.elasticsearch.hadoop.serialization.builder.JdkValueReader
protected Object parseDouble(String value)
parseDouble
in class WritableValueReader
protected Object parseByte(String value)
parseByte
in class WritableValueReader
protected Object parseShort(String value)
parseShort
in class WritableValueReader