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, toColumnspublic BucketMapjoinProc(ParseContext pGraphContext)
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessorprocess in class AbstractBucketJoinProcnd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionpublic static void checkAndConvertBucketMapJoin(ParseContext pGraphContext, MapJoinOperator mapJoinOp, String baseBigAlias, List<String> joinAliases) throws SemanticException
SemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.