Expand description
Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.
Structsยง
- Resolve
Grouping Function - Replaces grouping aggregation function with value derived from internal grouping id
Functionsยง
- analyze_
internal ๐ - contains_
grouping_ ๐function - group_
expr_ ๐to_ bitmap_ index - Create a map from grouping expr to index in the internal grouping id.
- grouping_
function_ ๐on_ id - is_
grouping_ ๐function - replace_
grouping_ ๐exprs - validate_
args ๐ - Validate that the arguments to the grouping function are in the group by clause.