Class Handler

java.lang.Object
org.apache.calcite.piglet.Handler

public class Handler extends Object
Walks over a Piglet AST and calls the corresponding methods in a PigRelBuilder.
  • Constructor Details

  • Method Details

    • handle

      public Handler handle(Ast.Node node)
      Creates relational expressions for a given AST node.
    • dump

      protected void dump(RelNode rel)
      Executes a relational expression and prints the output.

      The default implementation does nothing.

      Parameters:
      rel - Relational expression