org.apache.hadoop.hive.ql.index
Class HiveIndexQueryContext
java.lang.Object
org.apache.hadoop.hive.ql.index.HiveIndexQueryContext
public class HiveIndexQueryContext
- extends Object
Used to pass information between the IndexProcessor and the plugin
IndexHandler during query processing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveIndexQueryContext
public HiveIndexQueryContext()
getAdditionalSemanticInputs
public HashSet<ReadEntity> getAdditionalSemanticInputs()
addAdditionalSemanticInputs
public void addAdditionalSemanticInputs(HashSet<ReadEntity> additionalParseInputs)
getIndexInputFormat
public String getIndexInputFormat()
setIndexInputFormat
public void setIndexInputFormat(String indexInputFormat)
getIndexIntermediateFile
public String getIndexIntermediateFile()
setIndexIntermediateFile
public void setIndexIntermediateFile(String indexIntermediateFile)
getQueryTasks
public List<Task<? extends Serializable>> getQueryTasks()
setQueryTasks
public void setQueryTasks(List<Task<? extends Serializable>> indexQueryTasks)
setResidualPredicate
public void setResidualPredicate(ExprNodeDesc residualPredicate)
getResidualPredicate
public ExprNodeDesc getResidualPredicate()
getQueryPartitions
public Set<Partition> getQueryPartitions()
setQueryPartitions
public void setQueryPartitions(Set<Partition> queryPartitions)
Copyright © 2013 The Apache Software Foundation