MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / rebuild_group_by_col

Function rebuild_group_by_col

single_eval.py:836–840  ·  view source on GitHub ↗
(valid_col_units, group_by, kmap)

Source from the content-addressed store, hash-verified

834
835
836def rebuild_group_by_col(valid_col_units, group_by, kmap):
837 if group_by is None:
838 return group_by
839
840 return [rebuild_col_unit_col(valid_col_units, col_unit, kmap) for col_unit in group_by]
841
842
843def rebuild_order_by_col(valid_col_units, order_by, kmap):

Callers 1

rebuild_sql_colFunction · 0.70

Calls 1

rebuild_col_unit_colFunction · 0.70

Tested by

no test coverage detected