Uses of Interface
org.apache.hadoop.hive.serde2.objectinspector.ConstantObjectInspector

Packages that use ConstantObjectInspector
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.serde2.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
 

Uses of ConstantObjectInspector in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return ConstantObjectInspector
 ConstantObjectInspector ExprNodeConstantDesc.getWritableObjectInspector()
           
 

Uses of ConstantObjectInspector in org.apache.hadoop.hive.ql.udf.generic
 

Methods in org.apache.hadoop.hive.ql.udf.generic with parameters of type ConstantObjectInspector
protected  double[] GenericUDAFPercentileApprox.GenericUDAFPercentileApproxEvaluator.getQuantileArray(ConstantObjectInspector quantileOI)
           
 

Uses of ConstantObjectInspector in org.apache.hadoop.hive.serde2.objectinspector
 

Classes in org.apache.hadoop.hive.serde2.objectinspector that implement ConstantObjectInspector
 class StandardConstantListObjectInspector
          A StandardListObjectInspector which also implements the ConstantObjectInspector interface.
 class StandardConstantMapObjectInspector
          A StandardMapObjectInspector which also implements the ConstantObjectInspector interface.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector that return ConstantObjectInspector
static ConstantObjectInspector ObjectInspectorUtils.getConstantObjectInspector(ObjectInspector oi, Object value)
           
 

Uses of ConstantObjectInspector in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive that implement ConstantObjectInspector
 class WritableConstantBinaryObjectInspector
          A WritableConstantBinaryObjectInspector is a WritableBinaryObjectInspector that implements ConstantObjectInspector.
 class WritableConstantBooleanObjectInspector
          A WritableConstantBooleanObjectInspector is a WritableBooleanObjectInspector that implements ConstantObjectInspector.
 class WritableConstantByteObjectInspector
          A WritableConstantByteObjectInspector is a WritableByteObjectInspector that implements ConstantObjectInspector.
 class WritableConstantDateObjectInspector
          A WritableConstantDateObjectInspector is a WritableDateObjectInspector that implements ConstantObjectInspector.
 class WritableConstantDoubleObjectInspector
          A WritableConstantDoubleObjectInspector is a WritableDoubleObjectInspector that implements ConstantObjectInspector.
 class WritableConstantFloatObjectInspector
          A WritableConstantFloatObjectInspector is a WritableFloatObjectInspector that implements ConstantObjectInspector.
 class WritableConstantHiveDecimalObjectInspector
          A WritableConstantHiveDecimalObjectInspector is a WritableHiveDecimalObjectInspector that implements ConstantObjectInspector.
 class WritableConstantHiveVarcharObjectInspector
          A WritableConstantHiveVarcharObjectInspector is a WritableHiveVarcharObjectInspector that implements ConstantObjectInspector.
 class WritableConstantIntObjectInspector
          A WritableConstantIntObjectInspector is a WritableIntObjectInspector that implements ConstantObjectInspector.
 class WritableConstantLongObjectInspector
          A WritableConstantLongObjectInspector is a WritableLongObjectInspector that implements ConstantObjectInspector.
 class WritableConstantShortObjectInspector
          A WritableConstantShortObjectInspector is a WritableShortObjectInspector that implements ConstantObjectInspector.
 class WritableConstantStringObjectInspector
          A WritableConstantStringObjectInspector is a WritableStringObjectInspector that implements ConstantObjectInspector.
 class WritableConstantTimestampObjectInspector
          A WritableConstantTimestampObjectInspector is a WritableTimestampObjectInspector that implements ConstantObjectInspector.
 class WritableVoidObjectInspector
          A WritableVoidObjectInspector inspects a NullWritable Object.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return ConstantObjectInspector
static ConstantObjectInspector PrimitiveObjectInspectorFactory.getPrimitiveWritableConstantObjectInspector(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory, Object value)
          Returns a PrimitiveWritableObjectInspector which implements ConstantObjectInspector for the PrimitiveCategory.
static ConstantObjectInspector PrimitiveObjectInspectorFactory.getPrimitiveWritableConstantObjectInspector(PrimitiveTypeSpec typeSpecs, Object value)
          Returns a PrimitiveWritableObjectInspector which implements ConstantObjectInspector for the PrimitiveCategory.
 



Copyright © 2012 The Apache Software Foundation