Expand description
Datafusion optimizer for flow plan
Structsยง
- Check
Group ๐ByRule - This rule check all group by exprs, and make sure they are also in select clause in a aggr query
- Find
Column ๐ - Find all column names in a plan
Functionsยง
- apply_
df_ optimizer - check_
group_ ๐by_ analyzer - make sure everything in group byโs expr is in select
- sql_
to_ flow_ plan - To reuse existing code for parse sql, the sql is first parsed into a datafusion logical plan, then to a substrait plan, and finally to a flow plan.