|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBOpPartitionWalkerCtx
public class LBOpPartitionWalkerCtx
Context used by list bucketing pruner to get all partitions
| Constructor Summary | |
|---|---|
LBOpPartitionWalkerCtx(ParseContext parseContext)
Constructor. |
|
| Method Summary | |
|---|---|
ParseContext |
getParseContext()
Return parse context. |
PrunedPartitionList |
getPartitions()
Return partitions. |
void |
setPartitions(PrunedPartitionList partitions)
Set partitions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LBOpPartitionWalkerCtx(ParseContext parseContext)
| Method Detail |
|---|
public ParseContext getParseContext()
public PrunedPartitionList getPartitions()
public void setPartitions(PrunedPartitionList partitions)
partitions - the partitions to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||