| Interface | Description |
|---|---|
| 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.
|
| HiveCharObjectInspector | |
| HiveDecimalObjectInspector |
A DecimalObjectInspector inspects an Object representing a HiveDecimal.
|
| HiveIntervalDayTimeObjectInspector |
A HiveIntervalObjectInspector inspects an Object representing an Interval.
|
| HiveIntervalYearMonthObjectInspector |
A HiveIntervalObjectInspector inspects an Object representing a year-month Interval.
|
| HiveVarcharObjectInspector | |
| IntObjectInspector |
A IntObjectInspector inspects an Object representing an Integer.
|
| LongObjectInspector |
A LongObjectInspector inspects an Object representing a Long.
|
| 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.
|
| SettableHiveCharObjectInspector | |
| SettableHiveDecimalObjectInspector |
A SettableDecimalObjectInspector can set a HiveDecimal value to an object.
|
| SettableHiveIntervalDayTimeObjectInspector |
A SettableHiveIntervalDayTimeObjectInspector can set a IntervalDayTime value to an object.
|
| SettableHiveIntervalYearMonthObjectInspector |
A SettableHiveIntervalYearMonthObjectInspector can set a IntervalYearMonth 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.
|
| Class | Description |
|---|---|
| AbstractPrimitiveJavaObjectInspector |
An AbstractJavaPrimitiveObjectInspector for a Java object.
|
| AbstractPrimitiveObjectInspector |
An AbstractPrimitiveObjectInspector is based on
ObjectInspectorUtils.PrimitiveTypeEntry.
|
| AbstractPrimitiveWritableObjectInspector |
An AbstractWritablePrimitiveObjectInspector for a Writable object.
|
| 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.
|
| JavaConstantBinaryObjectInspector | |
| JavaConstantBooleanObjectInspector | |
| JavaConstantByteObjectInspector | |
| JavaConstantDateObjectInspector | |
| JavaConstantDoubleObjectInspector | |
| JavaConstantFloatObjectInspector | |
| JavaConstantHiveCharObjectInspector | |
| JavaConstantHiveDecimalObjectInspector | |
| JavaConstantHiveVarcharObjectInspector | |
| JavaConstantIntObjectInspector | |
| JavaConstantLongObjectInspector | |
| JavaConstantShortObjectInspector | |
| JavaConstantStringObjectInspector | |
| JavaConstantTimestampObjectInspector | |
| JavaDateObjectInspector |
A JavaDateObjectInspector inspects a Java Date Object.
|
| JavaDoubleObjectInspector |
A JavaDoubleObjectInspector inspects a Java Double Object.
|
| JavaFloatObjectInspector |
A JavaFloatObjectInspector inspects a Java Float Object.
|
| JavaHiveCharObjectInspector | |
| JavaHiveDecimalObjectInspector | |
| JavaHiveIntervalDayTimeObjectInspector | |
| JavaHiveIntervalYearMonthObjectInspector | |
| 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.
|
| PrimitiveObjectInspectorConverter |
PrimitiveObjectInspectorConverter.
|
| PrimitiveObjectInspectorConverter.BinaryConverter | |
| PrimitiveObjectInspectorConverter.BooleanConverter |
A converter for the byte type.
|
| PrimitiveObjectInspectorConverter.ByteConverter |
A converter for the byte type.
|
| PrimitiveObjectInspectorConverter.DateConverter | |
| PrimitiveObjectInspectorConverter.DoubleConverter |
A converter for the double type.
|
| PrimitiveObjectInspectorConverter.FloatConverter |
A converter for the float type.
|
| PrimitiveObjectInspectorConverter.HiveCharConverter | |
| PrimitiveObjectInspectorConverter.HiveDecimalConverter | |
| PrimitiveObjectInspectorConverter.HiveIntervalDayTimeConverter | |
| PrimitiveObjectInspectorConverter.HiveIntervalYearMonthConverter | |
| PrimitiveObjectInspectorConverter.HiveVarcharConverter | |
| PrimitiveObjectInspectorConverter.IntConverter |
A converter for the int type.
|
| PrimitiveObjectInspectorConverter.LongConverter |
A converter for the long type.
|
| PrimitiveObjectInspectorConverter.ShortConverter |
A converter for the short type.
|
| PrimitiveObjectInspectorConverter.StringConverter |
A helper class to convert any primitive to String.
|
| PrimitiveObjectInspectorConverter.TextConverter |
A helper class to convert any primitive to Text.
|
| PrimitiveObjectInspectorConverter.TimestampConverter | |
| PrimitiveObjectInspectorFactory |
PrimitiveObjectInspectorFactory is the primary way to create new
PrimitiveObjectInspector instances.
|
| PrimitiveObjectInspectorUtils |
ObjectInspectorFactory is the primary way to create new ObjectInspector
instances.
|
| PrimitiveObjectInspectorUtils.PrimitiveTypeEntry |
TypeEntry stores information about a Hive Primitive TypeInfo.
|
| WritableBinaryObjectInspector |
A WritableBinaryObjectInspector inspects a BytesWritable Object.
|
| WritableBooleanObjectInspector |
A WritableBooleanObjectInspector inspects a BooleanWritable Object.
|
| WritableByteObjectInspector |
A WritableByteObjectInspector inspects a ByteWritable Object.
|
| WritableConstantBinaryObjectInspector |
A WritableConstantBinaryObjectInspector is a WritableBinaryObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantBooleanObjectInspector |
A WritableConstantBooleanObjectInspector is a WritableBooleanObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantByteObjectInspector |
A WritableConstantByteObjectInspector is a WritableByteObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantDateObjectInspector |
A WritableConstantDateObjectInspector is a WritableDateObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantDoubleObjectInspector |
A WritableConstantDoubleObjectInspector is a WritableDoubleObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantFloatObjectInspector |
A WritableConstantFloatObjectInspector is a WritableFloatObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantHiveCharObjectInspector |
A WritableConstantHiveCharObjectInspector is a WritableHiveCharObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantHiveDecimalObjectInspector |
A WritableConstantHiveDecimalObjectInspector is a WritableHiveDecimalObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantHiveIntervalDayTimeObjectInspector | |
| WritableConstantHiveIntervalYearMonthObjectInspector | |
| WritableConstantHiveVarcharObjectInspector |
A WritableConstantHiveVarcharObjectInspector is a WritableHiveVarcharObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantIntObjectInspector |
A WritableConstantIntObjectInspector is a WritableIntObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantLongObjectInspector |
A WritableConstantLongObjectInspector is a WritableLongObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantShortObjectInspector |
A WritableConstantShortObjectInspector is a WritableShortObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantStringObjectInspector |
A WritableConstantStringObjectInspector is a WritableStringObjectInspector
that implements ConstantObjectInspector.
|
| WritableConstantTimestampObjectInspector |
A WritableConstantTimestampObjectInspector is a WritableTimestampObjectInspector
that implements ConstantObjectInspector.
|
| WritableDateObjectInspector |
A WritableDateObjectInspector inspects a DateWritable Object.
|
| WritableDoubleObjectInspector |
A WritableDoubleObjectInspector inspects a DoubleWritable Object.
|
| WritableFloatObjectInspector |
A FloatObjectInspector inspects a FloatWritable Object.
|
| WritableHiveCharObjectInspector | |
| WritableHiveDecimalObjectInspector | |
| WritableHiveIntervalDayTimeObjectInspector | |
| WritableHiveIntervalYearMonthObjectInspector | |
| 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.
|
| Enum | Description |
|---|---|
| PrimitiveObjectInspectorUtils.PrimitiveGrouping |
Provide a general grouping for each primitive data type.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.