public interface PigRel
extends org.apache.calcite.rel.RelNode
| Modifier and Type | Interface and Description |
|---|---|
static class |
PigRel.Implementor
Callback for the implementation process that converts a tree of
PigRel nodes into complete Pig Latin script. |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.plan.Convention |
CONVENTION
Calling convention for relational operations that occur in Pig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
implement(PigRel.Implementor implementor)
Converts this node to a Pig Latin statement.
|
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInputstatic final org.apache.calcite.plan.Convention CONVENTION
void implement(PigRel.Implementor implementor)
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.