istore icon indicating copy to clipboard operation
istore copied to clipboard

Istore multiplication is not very friendly

Open nick-adjust opened this issue 4 years ago • 0 comments

One can do:

select istore'1 => 10, 2 => 20' * 2;

but not

select 2 * istore'1 => 10, 2 => 20';

They should be equivalent in my opinion and latter is much more readable if used in conjunction with istore() function.

nick-adjust avatar Nov 24 '20 18:11 nick-adjust