Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
-- Tags: no-fasttest
SET output_format_write_statistics = 0;
SELECT
1,
'a',
[1, 2, 3],
(1, 'a'),
null,
nan
FORMAT JSONStrings;