org.apache.hadoop.hive.serde2.lazybinary
Class LazyBinaryFactory
java.lang.Object
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory
public class LazyBinaryFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyBinaryFactory
public LazyBinaryFactory()
createLazyBinaryPrimitiveClass
public static LazyBinaryPrimitive<?,?> createLazyBinaryPrimitiveClass(PrimitiveObjectInspector oi)
- Create a lazy binary primitive class given the type name.
createLazyBinaryObject
public static LazyBinaryObject createLazyBinaryObject(ObjectInspector oi)
- Create a hierarchical LazyBinaryObject based on the given typeInfo.
Copyright © 2009 The Apache Software Foundation