org.apache.hadoop.hive.serde2.lazybinary
Class LazyBinaryFactory

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory

public final class LazyBinaryFactory
extends Object

LazyBinaryFactory.


Method Summary
static LazyBinaryObject createLazyBinaryObject(ObjectInspector oi)
          Create a hierarchical LazyBinaryObject based on the given typeInfo.
static LazyBinaryPrimitive<?,?> createLazyBinaryPrimitiveClass(PrimitiveObjectInspector oi)
          Create a lazy binary primitive class given the type name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2010 The Apache Software Foundation