Package | Description |
---|---|
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.serde2.fast | |
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | |
org.apache.hadoop.hive.serde2.objectinspector.primitive | |
org.apache.hadoop.hive.serde2.typeinfo |
This package provides the implementation of the SerDe type system.
|
Modifier and Type | Method and Description |
---|---|
static CharTypeInfo |
ParseUtils.getCharTypeInfo(ASTNode node) |
Modifier and Type | Method and Description |
---|---|
void |
DeserializeRead.ReadHiveCharResults.init(CharTypeInfo charTypeInfo) |
Modifier and Type | Method and Description |
---|---|
static LazyHiveCharObjectInspector |
LazyPrimitiveObjectInspectorFactory.getLazyHiveCharObjectInspector(CharTypeInfo typeInfo,
boolean escaped,
byte escapeChar) |
Constructor and Description |
---|
LazyHiveCharObjectInspector(CharTypeInfo typeInfo) |
LazyHiveCharObjectInspector(CharTypeInfo typeInfo,
boolean escaped,
byte escapeChar) |
Constructor and Description |
---|
JavaHiveCharObjectInspector(CharTypeInfo typeInfo) |
WritableHiveCharObjectInspector(CharTypeInfo typeInfo) |
Modifier and Type | Method and Description |
---|---|
static CharTypeInfo |
TypeInfoFactory.getCharTypeInfo(int length) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.