public class SparkSMBJoinHintOptimizer extends AbstractSMBJoinProc implements NodeProcessor
pGraphContext
Constructor and Description |
---|
SparkSMBJoinHintOptimizer() |
SparkSMBJoinHintOptimizer(ParseContext pctx) |
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.
|
canConvertBucketMapJoinToSMBJoin, canConvertJoinToBucketMapJoin, canConvertJoinToSMBJoin, checkConvertJoinToSMBJoin, convertBucketMapJoinToSMBJoin, convertJoinToBucketMapJoin, convertJoinToSMBJoin
canConvertMapJoinToBucketMapJoin, checkConvertBucketMapJoin, convertMapJoinToBucketMapJoin, getBucketFilePathsOfPartition, toColumns
public SparkSMBJoinHintOptimizer(ParseContext pctx)
public SparkSMBJoinHintOptimizer()
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessor
process
in interface NodeProcessor
process
in class AbstractSMBJoinProc
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.