Package org.apache.hadoop.hive.ql.index

Interface Summary
HiveIndexHandler HiveIndexHandler defines a pluggable interface for adding new index handlers to Hive.
 

Class Summary
AbstractIndexHandler Abstract base class for index handlers.
HiveIndex Holds index related constants
IndexPredicateAnalyzer IndexPredicateAnalyzer decomposes predicates, separating the parts which can be satisfied by an index from the parts which cannot.
IndexSearchCondition IndexSearchCondition represents an individual search condition found by IndexPredicateAnalyzer.
 

Enum Summary
HiveIndex.IndexType  
 



Copyright © 2011 The Apache Software Foundation