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

Function permute_tuple

evaluation/test-suite-sql-eval/exec_eval.py:23–25  ·  view source on GitHub ↗
(element: Tuple, perm: Tuple)

Source from the content-addressed store, hash-verified

21
22
23def permute_tuple(element: Tuple, perm: Tuple) -> Tuple:
24 assert len(element) == len(perm)
25 return tuple([element[i] for i in perm])
26
27
28def unorder_row(row: Tuple) -> Tuple:

Callers 1

result_eqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected