blob: 324e739399137e81e977484e30f09b46062a5c74 [file] [log] [blame]
explain plan for select * from (
select cast(voter.twocf.age as integer) + cast(row_key as int) from voter where row_key=10) t limit 0;