Class Ast.ForeachNestedStmt

Enclosing class:
Ast

public static class Ast.ForeachNestedStmt extends Ast.Assignment1
Parse tree node for FOREACH statement (nested).

Syntax:

alias = FOREACH nested_alias { alias = nested_op; [alias = nested_op; ]... GENERATE expression [, expression]... };
  nested_op ::= DISTINCT, FILTER, LIMIT, ORDER, SAMPLE
See Also: