blob: 2b970eba8aa24d6215045c53e8e718ed8df987a7 (
plain) (
blame)
1
2
3
4
5
|
SELECT
-- Use explicit comparasion instead of canonization to produce more human readable test input data.
-- Canonization of binary data produces encoded bytes.
key,
String::ReverseBits(subkey) == value FROM Input;
|