public final class LazyBinaryObjectInspectorFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LazyBinaryListObjectInspector |
getLazyBinaryListObjectInspector(ObjectInspector listElementObjectInspector) |
static LazyBinaryMapObjectInspector |
getLazyBinaryMapObjectInspector(ObjectInspector mapKeyObjectInspector,
ObjectInspector mapValueObjectInspector) |
static LazyBinaryStructObjectInspector |
getLazyBinaryStructObjectInspector(java.util.List<java.lang.String> structFieldNames,
java.util.List<ObjectInspector> structFieldObjectInspectors) |
static LazyBinaryStructObjectInspector |
getLazyBinaryStructObjectInspector(java.util.List<java.lang.String> structFieldNames,
java.util.List<ObjectInspector> structFieldObjectInspectors,
java.util.List<java.lang.String> structFieldComments) |
public static LazyBinaryStructObjectInspector getLazyBinaryStructObjectInspector(java.util.List<java.lang.String> structFieldNames, java.util.List<ObjectInspector> structFieldObjectInspectors)
public static LazyBinaryStructObjectInspector getLazyBinaryStructObjectInspector(java.util.List<java.lang.String> structFieldNames, java.util.List<ObjectInspector> structFieldObjectInspectors, java.util.List<java.lang.String> structFieldComments)
public static LazyBinaryListObjectInspector getLazyBinaryListObjectInspector(ObjectInspector listElementObjectInspector)
public static LazyBinaryMapObjectInspector getLazyBinaryMapObjectInspector(ObjectInspector mapKeyObjectInspector, ObjectInspector mapValueObjectInspector)
Copyright © 2012 The Apache Software Foundation