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, parseStringprotected Class<? extends Writable> dateType()
dateType in class WritableValueReaderprotected Class<? extends Writable> doubleType()
doubleType in class WritableValueReaderprotected Class<? extends Writable> byteType()
byteType in class WritableValueReaderprotected Class<? extends Writable> shortType()
shortType in class WritableValueReaderprotected Object parseDate(String value)
parseDate in class org.elasticsearch.hadoop.serialization.builder.JdkValueReaderprotected Object parseDouble(String value)
parseDouble in class WritableValueReaderprotected Object parseByte(String value)
parseByte in class WritableValueReaderprotected Object parseShort(String value)
parseShort in class WritableValueReader