public class GroupByOptimizer.SortGroupBySkewProcessor extends GroupByOptimizer.SortGroupByProcessor
pGraphContext
Constructor and Description |
---|
GroupByOptimizer.SortGroupBySkewProcessor(ParseContext pGraphContext) |
Modifier and Type | Method and Description |
---|---|
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
checkGroupByOperatorProcessed, checkSortGroupBy, convertGroupByMapSideSortedGroupBy, processGroupBy
public GroupByOptimizer.SortGroupBySkewProcessor(ParseContext pGraphContext)
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessor
process
in interface NodeProcessor
process
in class GroupByOptimizer.SortGroupByProcessor
nd
- operator to processprocCtx
- operator processor contextnodeOutputs
- A variable argument list of outputs from other nodes in the walkSemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.