| Package | Description |
|---|---|
| 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 LazyHiveVarcharObjectInspector |
LazyPrimitiveObjectInspectorFactory.getLazyHiveVarcharObjectInspector(VarcharTypeInfo typeInfo,
boolean escaped,
byte escapeChar) |
| Constructor and Description |
|---|
LazyHiveVarcharObjectInspector(VarcharTypeInfo typeInfo) |
LazyHiveVarcharObjectInspector(VarcharTypeInfo typeInfo,
boolean escaped,
byte escapeChar) |
| Constructor and Description |
|---|
JavaHiveVarcharObjectInspector(VarcharTypeInfo typeInfo) |
WritableHiveVarcharObjectInspector(VarcharTypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
static VarcharTypeInfo |
TypeInfoFactory.getVarcharTypeInfo(int length) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.