Module resolve_grouping_function

Module resolve_grouping_function 

Source
Expand description

Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.

Structsยง

ResolveGroupingFunction
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.