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

Function unorder_row

evaluation/test-suite-sql-eval/exec_eval.py:28–29  ·  view source on GitHub ↗
(row: Tuple)

Source from the content-addressed store, hash-verified

26
27
28def unorder_row(row: Tuple) -> Tuple:
29 return tuple(sorted(row, key=lambda x: str(x) + str(type(x))))
30
31
32# unorder each row in the table

Callers 1

quick_rejFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected