public class HCatRecordObjectInspectorFactory
extends java.lang.Object
| Constructor and Description |
|---|
HCatRecordObjectInspectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static HCatRecordObjectInspector |
getHCatRecordObjectInspector(StructTypeInfo typeInfo)
Returns HCatRecordObjectInspector given a StructTypeInfo type definition for the record to look into
|
static ObjectInspector |
getStandardObjectInspectorFromTypeInfo(TypeInfo typeInfo) |
public static HCatRecordObjectInspector getHCatRecordObjectInspector(StructTypeInfo typeInfo) throws SerDeException
typeInfo - Type definition for the record to look intoSerDeExceptionpublic static ObjectInspector getStandardObjectInspectorFromTypeInfo(TypeInfo typeInfo)
Copyright © 2012 The Apache Software Foundation