public static class OpTraitsRulesProcFactory.TableScanRule extends Object implements NodeProcessor
| Constructor and Description |
|---|
TableScanRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkBucketedTable(Table tbl,
ParseContext pGraphContext,
PrunedPartitionList prunedParts) |
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public boolean checkBucketedTable(Table tbl, ParseContext pGraphContext, PrunedPartitionList prunedParts) throws SemanticException
SemanticExceptionpublic Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessornd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.