Module ast

Module ast 

Source
Expand description

Parse SQL text into an AST (sqlparser) for downstream comment attachment.

This module does not interpret semantics; it only produces an AST + file metadata.

Structsยง

ParsedSqlFile
A single SQL file plus all Statement.
ParsedSqlFileSet
Struct to contain the vector of parsed SQL files