public final class LazyObjectInspectorFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LazyListObjectInspector |
getLazySimpleListObjectInspector(ObjectInspector listElementObjectInspector,
byte separator,
Text nullSequence,
boolean escaped,
byte escapeChar) |
static LazyMapObjectInspector |
getLazySimpleMapObjectInspector(ObjectInspector mapKeyObjectInspector,
ObjectInspector mapValueObjectInspector,
byte itemSeparator,
byte keyValueSeparator,
Text nullSequence,
boolean escaped,
byte escapeChar) |
static LazySimpleStructObjectInspector |
getLazySimpleStructObjectInspector(java.util.List<java.lang.String> structFieldNames,
java.util.List<ObjectInspector> structFieldObjectInspectors,
byte separator,
Text nullSequence,
boolean lastColumnTakesRest,
boolean escaped,
byte escapeChar) |
static LazySimpleStructObjectInspector |
getLazySimpleStructObjectInspector(java.util.List<java.lang.String> structFieldNames,
java.util.List<ObjectInspector> structFieldObjectInspectors,
java.util.List<java.lang.String> structFieldComments,
byte separator,
Text nullSequence,
boolean lastColumnTakesRest,
boolean escaped,
byte escapeChar) |
static LazyUnionObjectInspector |
getLazyUnionObjectInspector(java.util.List<ObjectInspector> ois,
byte separator,
Text nullSequence,
boolean escaped,
byte escapeChar) |
public static LazySimpleStructObjectInspector getLazySimpleStructObjectInspector(java.util.List<java.lang.String> structFieldNames, java.util.List<ObjectInspector> structFieldObjectInspectors, byte separator, Text nullSequence, boolean lastColumnTakesRest, boolean escaped, byte escapeChar)
public static LazySimpleStructObjectInspector getLazySimpleStructObjectInspector(java.util.List<java.lang.String> structFieldNames, java.util.List<ObjectInspector> structFieldObjectInspectors, java.util.List<java.lang.String> structFieldComments, byte separator, Text nullSequence, boolean lastColumnTakesRest, boolean escaped, byte escapeChar)
public static LazyListObjectInspector getLazySimpleListObjectInspector(ObjectInspector listElementObjectInspector, byte separator, Text nullSequence, boolean escaped, byte escapeChar)
public static LazyMapObjectInspector getLazySimpleMapObjectInspector(ObjectInspector mapKeyObjectInspector, ObjectInspector mapValueObjectInspector, byte itemSeparator, byte keyValueSeparator, Text nullSequence, boolean escaped, byte escapeChar)
public static LazyUnionObjectInspector getLazyUnionObjectInspector(java.util.List<ObjectInspector> ois, byte separator, Text nullSequence, boolean escaped, byte escapeChar)
Copyright © 2012 The Apache Software Foundation