Uses of Package
org.apache.hadoop.hive.serde2.objectinspector.primitive

Packages that use org.apache.hadoop.hive.serde2.objectinspector.primitive
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive used by org.apache.hadoop.hive.ql.udf.generic
BooleanObjectInspector
          A BooleanObjectInspector inspects an Object representing a Boolean.
ByteObjectInspector
          A ByteObjectInspector inspects an Object representing a Byte object.
IntObjectInspector
          A IntObjectInspector inspects an Object representing an Integer.
LongObjectInspector
          A LongObjectInspector inspects an Object representing a Long.
StringObjectInspector
          A StringObjectInspector inspects an Object representing a String.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive used by org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
AbstractPrimitiveObjectInspector
          An AbstractPrimitiveObjectInspector is based on ObjectInspectorUtils.PrimitiveTypeEntry.
BinaryObjectInspector
           
BooleanObjectInspector
          A BooleanObjectInspector inspects an Object representing a Boolean.
ByteObjectInspector
          A ByteObjectInspector inspects an Object representing a Byte object.
DateObjectInspector
          A DateObjectInspector inspects an Object representing a Date.
DoubleObjectInspector
          A DoubleObjectInspector inspects an Object representing a Double.
FloatObjectInspector
          A FloatObjectInspector inspects an Object representing a Float.
HiveDecimalObjectInspector
          A DecimalObjectInspector inspects an Object representing a HiveDecimal.
HiveVarcharObjectInspector
           
IntObjectInspector
          A IntObjectInspector inspects an Object representing an Integer.
LongObjectInspector
          A LongObjectInspector inspects an Object representing a Long.
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
          TypeEntry stores information about a Hive Primitive TypeInfo.
ShortObjectInspector
          A ShortObjectInspector inspects an Object representing a Short.
StringObjectInspector
          A StringObjectInspector inspects an Object representing a String.
TimestampObjectInspector
           
VoidObjectInspector
          A VoidObjectInspector can inspect a void object.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive used by org.apache.hadoop.hive.serde2.lazybinary
WritableBinaryObjectInspector
          A WritableBinaryObjectInspector inspects a BytesWritable Object.
WritableBooleanObjectInspector
          A WritableBooleanObjectInspector inspects a BooleanWritable Object.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive used by org.apache.hadoop.hive.serde2.objectinspector.primitive
AbstractPrimitiveJavaObjectInspector
          An AbstractJavaPrimitiveObjectInspector for a Java object.
AbstractPrimitiveObjectInspector
          An AbstractPrimitiveObjectInspector is based on ObjectInspectorUtils.PrimitiveTypeEntry.
AbstractPrimitiveWritableObjectInspector
          An AbstractWritablePrimitiveObjectInspector for a Writable object.
BinaryObjectInspector
           
BooleanObjectInspector
          A BooleanObjectInspector inspects an Object representing a Boolean.
ByteObjectInspector
          A ByteObjectInspector inspects an Object representing a Byte object.
DateObjectInspector
          A DateObjectInspector inspects an Object representing a Date.
DoubleObjectInspector
          A DoubleObjectInspector inspects an Object representing a Double.
FloatObjectInspector
          A FloatObjectInspector inspects an Object representing a Float.
HiveDecimalObjectInspector
          A DecimalObjectInspector inspects an Object representing a HiveDecimal.
HiveVarcharObjectInspector
           
IntObjectInspector
          A IntObjectInspector inspects an Object representing an Integer.
JavaBinaryObjectInspector
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
JavaBooleanObjectInspector
          A JavaBooleanObjectInspector inspects a Java Boolean Object.
JavaByteObjectInspector
          A JavaByteObjectInspector inspects a Java Byte Object.
JavaDateObjectInspector
          A JavaDateObjectInspector inspects a Java Date Object.
JavaDoubleObjectInspector
          A JavaDoubleObjectInspector inspects a Java Double Object.
JavaFloatObjectInspector
          A JavaFloatObjectInspector inspects a Java Float Object.
JavaHiveDecimalObjectInspector
           
JavaHiveVarcharObjectInspector
           
JavaIntObjectInspector
          A JavaIntObjectInspector inspects a Java Integer Object.
JavaLongObjectInspector
          A JavaLongObjectInspector inspects a Java Long Object.
JavaShortObjectInspector
          A JavaShortObjectInspector inspects a Java Short Object.
JavaStringObjectInspector
          A JavaStringObjectInspector inspects a Java String Object.
JavaTimestampObjectInspector
           
JavaVoidObjectInspector
          A JavaVoidObjectInspector inspects a Java Void Object.
LongObjectInspector
          A LongObjectInspector inspects an Object representing a Long.
PrimitiveObjectInspectorUtils.PrimitiveGrouping
          Provide a general grouping for each primitive data type.
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
          TypeEntry stores information about a Hive Primitive TypeInfo.
SettableBinaryObjectInspector
           
SettableBooleanObjectInspector
          A SettableBooleanObjectInspector can set a boolean value to an object.
SettableByteObjectInspector
          A SettableByteObjectInspector can set a byte value to an object.
SettableDateObjectInspector
          A SettableDecimalObjectInspector can set a Date value to an object.
SettableDoubleObjectInspector
          A SettableDoubleObjectInspector can set a double value to an object.
SettableFloatObjectInspector
          A SettableFloatObjectInspector can set a float value to an object.
SettableHiveDecimalObjectInspector
          A SettableDecimalObjectInspector can set a HiveDecimal value to an object.
SettableHiveVarcharObjectInspector
           
SettableIntObjectInspector
          A SettableIntObjectInspector can set an int value to an object.
SettableLongObjectInspector
          A SettableLongObjectInspector can set a long value to an object.
SettableShortObjectInspector
          A SettableShortObjectInspector can set a short value to an object.
SettableStringObjectInspector
          A SettableStringObjectInspector can set a string value to an object.
SettableTimestampObjectInspector
           
ShortObjectInspector
          A ShortObjectInspector inspects an Object representing a Short.
StringObjectInspector
          A StringObjectInspector inspects an Object representing a String.
TimestampObjectInspector
           
VoidObjectInspector
          A VoidObjectInspector can inspect a void object.
WritableBinaryObjectInspector
          A WritableBinaryObjectInspector inspects a BytesWritable Object.
WritableBooleanObjectInspector
          A WritableBooleanObjectInspector inspects a BooleanWritable Object.
WritableByteObjectInspector
          A WritableByteObjectInspector inspects a ByteWritable Object.
WritableDateObjectInspector
          A WritableDateObjectInspector inspects a DateWritable Object.
WritableDoubleObjectInspector
          A WritableDoubleObjectInspector inspects a DoubleWritable Object.
WritableFloatObjectInspector
          A FloatObjectInspector inspects a FloatWritable Object.
WritableHiveDecimalObjectInspector
           
WritableHiveVarcharObjectInspector
           
WritableIntObjectInspector
          A WritableIntObjectInspector inspects a IntWritable Object.
WritableLongObjectInspector
          A WritableLongObjectInspector inspects a LongWritable Object.
WritableShortObjectInspector
          A WritableShortObjectInspector inspects a ShortWritable Object.
WritableStringObjectInspector
          A WritableStringObjectInspector inspects a Text Object.
WritableTimestampObjectInspector
           
WritableVoidObjectInspector
          A WritableVoidObjectInspector inspects a NullWritable Object.
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive used by org.apache.hadoop.hive.serde2.typeinfo
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
          TypeEntry stores information about a Hive Primitive TypeInfo.
 



Copyright © 2012 The Apache Software Foundation