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
get_target_functional_dependencies in datafusion::common - Rust
[go: Go Back, main page]

Function get_target_functional_dependencies

Source
pub fn get_target_functional_dependencies(
    schema: &DFSchema,
    group_by_expr_names: &[String],
) -> Option<Vec<usize>>
Expand description

Returns target indices, for the determinant keys that are inside group by expressions.