Package org.apache.calcite.piglet
Class Handler
java.lang.Object
org.apache.calcite.piglet.Handler
Walks over a Piglet AST and calls the corresponding methods in a
PigRelBuilder
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Handler
-
-
Method Details
-
handle
Creates relational expressions for a given AST node. -
dump
Executes a relational expression and prints the output.The default implementation does nothing.
- Parameters:
rel
- Relational expression
-