Class Ast.GroupStmt

  • Enclosing class:
    Ast

    public static class Ast.GroupStmt
    extends Ast.Assignment1
    Parse tree node for GROUP statement.

    Syntax:

    alias = GROUP alias ( ALL | BY ( exp | '(' exp [, exp]... ')' ) )
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<Ast.Node> keys
      Grouping keys.
      • Fields inherited from class org.apache.calcite.piglet.Ast.Node

        op, pos
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait