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.