| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.lazybinary | |
| org.apache.hadoop.hive.serde2.lazybinary.objectinspector |
| Constructor and Description |
|---|
LazyBinaryStruct(LazyBinaryStructObjectInspector oi)
Construct a LazyBinaryStruct object with an ObjectInspector.
|
SingleFieldGetter(LazyBinaryStructObjectInspector soi,
int fieldIndex) |
| Modifier and Type | Method and Description |
|---|---|
static LazyBinaryStructObjectInspector |
LazyBinaryObjectInspectorFactory.getLazyBinaryStructObjectInspector(List<String> structFieldNames,
List<ObjectInspector> structFieldObjectInspectors) |
static LazyBinaryStructObjectInspector |
LazyBinaryObjectInspectorFactory.getLazyBinaryStructObjectInspector(List<String> structFieldNames,
List<ObjectInspector> structFieldObjectInspectors,
List<String> structFieldComments) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.