pub fn get_target_functional_dependencies( schema: &DFSchema, group_by_expr_names: &[String], ) -> Option<Vec<usize>>
Returns target indices, for the determinant keys that are inside group by expressions.