aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/string/test/cases/BlockReverseBytes.sql
blob: 0263ad3eec2bcf41dcd3349ddf97e77507e65001 (plain) (blame)
1
2
3
4
5
6
7
PRAGMA UseBlocks;

SELECT
    -- Use explicit comparasion instead of canonization to produce more human readable test input data.
    -- Canonization of binary data produces encoded bytes.
    key,
    String::ReverseBytes(subkey) == value FROM Input;