Expand description
SQL query generation from execution plans.
This module converts execution plans into parameterized SQL queries.
Structs§
- Main
Query - A complete query with setup and main statement.
- Query
Builder - Query builder for converting plans to SQL.
Functions§
- build_
query - Build SQL from an action plan.