| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.index | |
| org.apache.hadoop.hive.ql.index.bitmap | |
| org.apache.hadoop.hive.ql.index.compact | |
| org.apache.hadoop.hive.ql.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexHandler
Abstract base class for index handlers.
|
class |
AggregateIndexHandler
Index handler for indexes that have aggregate functions on indexed columns.
|
class |
TableBasedIndexHandler
Index handler for indexes that use tables to store indexes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapIndexHandler
Index handler for the bitmap index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompactIndexHandler |
| Modifier and Type | Method and Description |
|---|---|
static HiveIndexHandler |
HiveUtils.getIndexHandler(HiveConf conf,
String indexHandlerClass) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.