Uses of Class
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.AbstractPrimitiveLazyObjectInspector

Packages that use AbstractPrimitiveLazyObjectInspector
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
 

Uses of AbstractPrimitiveLazyObjectInspector in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 

Subclasses of AbstractPrimitiveLazyObjectInspector in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 class LazyBinaryObjectInspector
           
 class LazyBooleanObjectInspector
          A WritableBooleanObjectInspector inspects a BooleanWritable Object.
 class LazyByteObjectInspector
          A WritableByteObjectInspector inspects a ByteWritable Object.
 class LazyDoubleObjectInspector
          A WritableDoubleObjectInspector inspects a DoubleWritable Object.
 class LazyFloatObjectInspector
          A FloatObjectInspector inspects a FloatWritable Object.
 class LazyIntObjectInspector
          A WritableIntObjectInspector inspects a IntWritable Object.
 class LazyLongObjectInspector
          A WritableLongObjectInspector inspects a LongWritable Object.
 class LazyShortObjectInspector
          A WritableShortObjectInspector inspects a ShortWritable Object.
 class LazyStringObjectInspector
          A WritableStringObjectInspector inspects a Text Object.
 class LazyTimestampObjectInspector
           
 class LazyVoidObjectInspector
          A WritableVoidObjectInspector inspects a NullWritable Object.
 

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive that return AbstractPrimitiveLazyObjectInspector
static AbstractPrimitiveLazyObjectInspector<?> LazyPrimitiveObjectInspectorFactory.getLazyObjectInspector(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory, boolean escaped, byte escapeChar)
           
 



Copyright © 2011 The Apache Software Foundation