blob: ccf4a2b4089edf10a4985a50b02cd82c39983737 [file] [log] [blame]
explain plan for select * from (
select cast(twocf['age'] as integer) + cast(threecf['contributions'] as double) from voter where row_key=10) t limit 0;