Package | Description |
---|---|
oracle.kv.hadoop.hive.table |
Support for executing Hive queries against data written to an Oracle NoSQL Database via the Table API.
|
Class and Description |
---|
TableBinaryObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of either type FieldDef.Type.BINARY or type FieldDef.Type.Fixed_BINARY
to Hive column type BINARY.
|
TableBooleanObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.BOOLEAN to Hive column type BOOLEAN.
|
TableDoubleObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.DOUBLE to Hive column type DOUBLE.
|
TableEnumObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.ENUM to Hive column type STRING.
|
TableFieldTypeEnum
Enum class that defines values corresponding to each of the enum
values defined in FieldDef.Type; which represent the possible field
types of a KV Store table.
|
TableFloatObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.FLOAT to Hive column type FLOAT.
|
TableHiveInputSplit
Concrete implementation of the InputSplit interface required by version 1
of MapReduce to support Hive queries.
|
TableIntObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.INTEGER to Hive column type INT.
|
TableLongObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.LONG to Hive column type LONG.
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.