| Package | Description |
|---|---|
| org.apache.hadoop.hive.hbase |
Implements an HBase storage handler for Hive.
|
| Modifier and Type | Field and Description |
|---|---|
protected ColumnMappings.ColumnMapping |
AbstractHBaseKeyFactory.keyMapping |
| Modifier and Type | Method and Description |
|---|---|
ColumnMappings.ColumnMapping[] |
ColumnMappings.getColumnsMapping() |
ColumnMappings.ColumnMapping |
HBaseSerDeParameters.getKeyColumnMapping() |
ColumnMappings.ColumnMapping |
ColumnMappings.getKeyMapping() |
ColumnMappings.ColumnMapping |
HBaseSerDeParameters.getTimestampColumnMapping() |
ColumnMappings.ColumnMapping |
ColumnMappings.getTimestampMapping() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ColumnMappings.ColumnMapping> |
ColumnMappings.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static LazyObjectBase |
HBaseSerDeHelper.createLazyField(ColumnMappings.ColumnMapping[] columnMappings,
int fieldID,
ObjectInspector inspector)
Create the
lazy field |
| Modifier and Type | Method and Description |
|---|---|
static void |
HBaseSerDeHelper.generateColumns(Properties tbl,
List<ColumnMappings.ColumnMapping> columnsMapping,
StringBuilder sb)
Autogenerates the columns from the given serialization class
|
static void |
HBaseSerDeHelper.generateColumnTypes(Properties tbl,
List<ColumnMappings.ColumnMapping> columnsMapping,
StringBuilder sb,
org.apache.hadoop.conf.Configuration conf)
Autogenerates the column types from the given serialization class
|
| Constructor and Description |
|---|
ColumnMappings(List<ColumnMappings.ColumnMapping> columnMapping,
int keyIndex) |
ColumnMappings(List<ColumnMappings.ColumnMapping> columnMapping,
int keyIndex,
int timestampIndex) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.