Uses of Interface
org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector

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

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

Classes in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive that implement BinaryObjectInspector
 class LazyBinaryObjectInspector
           
 

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

Subinterfaces of BinaryObjectInspector in org.apache.hadoop.hive.serde2.objectinspector.primitive
 interface SettableBinaryObjectInspector
           
 

Classes in org.apache.hadoop.hive.serde2.objectinspector.primitive that implement BinaryObjectInspector
 class JavaBinaryObjectInspector
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class WritableBinaryObjectInspector
          A WritableBinaryObjectInspector inspects a BytesWritable Object.
 class WritableConstantBinaryObjectInspector
          A WritableConstantBinaryObjectInspector is a WritableBinaryObjectInspector that implements ConstantObjectInspector.
 



Copyright © 2012 The Apache Software Foundation