public final class SparkSortMergeJoinFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
annotateMapWork(GenSparkProcContext context,
MapWork mapWork,
SMBMapJoinOperator smbMapJoinOp,
TableScanOperator ts,
boolean local)
Annotate MapWork, input is a SMBJoinOp that is part of a MapWork, and its root TS operator.
|
public static void annotateMapWork(GenSparkProcContext context, MapWork mapWork, SMBMapJoinOperator smbMapJoinOp, TableScanOperator ts, boolean local) throws SemanticException
context
- proc walker contextmapWork
- mapwork to annotatesmbMapJoinOp
- SMB Map Join operator to get datats
- Table Scan operator to get datalocal
- Whether ts is from a 'local' source (small-table that will be loaded by SMBJoin 'local' task)SemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.