Expand description
Query plan and SQL generation for data source pushdown.
Provides a standalone query plan data structure and SQL generator. Used by DbTable and other Queryable implementations to build queries that can be pushed down to the data source.
Structs§
- Query
Plan - A query plan that accumulates operations for SQL generation.
Functions§
- filter_
to_ sql - Generate SQL for a FilterNode
- literal_
to_ sql - Generate SQL for a FilterLiteral