blob: 6dd203fa986322fab4febfaa39a771900574706c [file] [log] [blame]
explain plan for select * from (
select(cast(twocf['age'] as integer)/cast(threecf['gpa'] as float)) from student where row_key=10) t limit 0;