public interface PigRel extends 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. |
RelNode.Context| Modifier and Type | Field and Description |
|---|---|
static 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, computeSelfCost, copy, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputgetCluster, getDescription, getDigest, getId, getTraitSetstatic final Convention CONVENTION
void implement(PigRel.Implementor implementor)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.