istore
istore copied to clipboard
Istore multiplication is not very friendly
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.