Module partiql_ast::ast

source ·
Expand description

A PartiQL abstract syntax tree (AST).

This module contains the structures for the language AST. Two main entities in the module are Item and AstNode. AstNode represents an AST node and Item represents a PartiQL statement type, e.g. query, data definition language (DDL) data manipulation language (DML).

Structs

Enums

Type Aliases