Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
select length(map(1,2,3,4));
select length(map());
select empty(map(1,2,3,4));
select empty(map());
select notEmpty(map(1,2,3,4));
select notEmpty(map());