public static class GenTezUtils.DynamicPartitionPrunerContext extends Object implements NodeProcessorCtx, Iterable<GenTezUtils.DynamicListContext>
| Modifier and Type | Field and Description |
|---|---|
List<GenTezUtils.DynamicListContext> |
dynLists |
| Constructor and Description |
|---|
DynamicPartitionPrunerContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicList(ExprNodeDynamicListDesc desc,
ExprNodeDesc parent,
ExprNodeDesc grandParent,
ReduceSinkOperator generator) |
Iterator<GenTezUtils.DynamicListContext> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic List<GenTezUtils.DynamicListContext> dynLists
public void addDynamicList(ExprNodeDynamicListDesc desc, ExprNodeDesc parent, ExprNodeDesc grandParent, ReduceSinkOperator generator)
public Iterator<GenTezUtils.DynamicListContext> iterator()
iterator in interface Iterable<GenTezUtils.DynamicListContext>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.