A checklist for adding a new SQL capability. Supporting one new SQL shape, whether that's a new aggregation, a new clause, or a new sketch backing, is a chain that runs across four crates: the parser in sql_utilities, capability declaration in asap_types, config generation in asap-planner-rs, and execution plus accumulators in asap-query-engine.
A checklist for adding a new SQL capability. Supporting one new SQL shape, whether that's a new aggregation, a new clause, or a new sketch backing, is a chain that runs across four crates: the parser in sql_utilities, capability declaration in asap_types, config generation in asap-planner-rs, and execution plus accumulators in asap-query-engine.