Skip to main content

Module ast

Module ast 

Source
Expand description

Typed AST returned by the array-statement parser.

Structs§

AlterArrayAst
ALTER ARRAY <name> SET ( key = value [, key = value]* )
CreateArrayAst
DeleteArrayAst
DropArrayAst
InsertArrayAst

Enums§

ArrayStatement
Top-level array-statement AST. One variant per surface command.