Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
aggregate_functional_dependencies in datafusion::common - Rust
[go: Go Back, main page]

datafusion::common

Function aggregate_functional_dependencies

Source
pub fn aggregate_functional_dependencies(
    aggr_input_schema: &DFSchema,
    group_by_expr_names: &[String],
    aggr_schema: &DFSchema,
) -> FunctionalDependencies
Expand description

Calculates functional dependencies for aggregate output, when there is a GROUP BY expression.