public static class LocalMapJoinProcFactory.LocalMapJoinProcessor extends Object implements NodeProcessor
Constructor and Description |
---|
LocalMapJoinProcFactory.LocalMapJoinProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
hasGroupBy(Operator<? extends OperatorDesc> mapJoinOp,
MapJoinResolver.LocalMapJoinProcCtx localMapJoinProcCtx) |
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx ctx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public LocalMapJoinProcFactory.LocalMapJoinProcessor()
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx ctx, Object... nodeOutputs) throws SemanticException
NodeProcessor
process
in interface NodeProcessor
nd
- operator to processctx
- operator processor contextnodeOutputs
- A variable argument list of outputs from other nodes in the walkSemanticException
public void hasGroupBy(Operator<? extends OperatorDesc> mapJoinOp, MapJoinResolver.LocalMapJoinProcCtx localMapJoinProcCtx) throws Exception
Exception
Copyright © 2017 The Apache Software Foundation. All rights reserved.