public class BucketMapjoinProc extends AbstractBucketJoinProc implements NodeProcessor
pGraphContext
Constructor and Description |
---|
BucketMapjoinProc(ParseContext pGraphContext) |
Modifier and Type | Method and Description |
---|---|
static void |
checkAndConvertBucketMapJoin(ParseContext pGraphContext,
MapJoinOperator mapJoinOp,
String baseBigAlias,
List<String> joinAliases)
Check if a mapjoin can be converted to a bucket mapjoin,
and do the version if possible.
|
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
canConvertMapJoinToBucketMapJoin, checkConvertBucketMapJoin, convertMapJoinToBucketMapJoin, getBucketFilePathsOfPartition, toColumns
public BucketMapjoinProc(ParseContext pGraphContext)
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessor
process
in interface NodeProcessor
process
in class AbstractBucketJoinProc
nd
- operator to processprocCtx
- operator processor contextnodeOutputs
- A variable argument list of outputs from other nodes in the walkSemanticException
public static void checkAndConvertBucketMapJoin(ParseContext pGraphContext, MapJoinOperator mapJoinOp, String baseBigAlias, List<String> joinAliases) throws SemanticException
SemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.