AnyDSL

AnyDSL

Statements

Impala only supports a few statements. Most constructs are Expressions. Use a Block Expression in order to group a list of statements.

Syntax

stmnt ::== asm_stmt
         | expr_stmt
         | item_stmt
         | let_stmt