as_polyglot_schema      Specify a table schema for schema-aware
                        operations
polyglot_version        Versions of polyglotSQL and its embedded Rust
                        engine
sql_analyze             Structural query analysis
sql_annotate_types      Annotate a query with inferred data types
sql_dialects            List supported SQL dialects
sql_diff                Structural diff between two SQL statements
sql_format              Format (pretty-print) SQL
sql_generate            Generate SQL from a parsed AST
sql_lineage             Column-level lineage
sql_openlineage         OpenLineage column-lineage facet
sql_optimize            Optimize SQL
sql_parse               Parse SQL into an abstract syntax tree
sql_source_tables       List source tables referenced by SQL
sql_tokenize            Tokenize SQL
sql_transpile           Translate SQL between dialects
sql_validate            Validate SQL
