$data = [ <|x:false,y:1,z:2|>, <|x:true,y:3,z:4|>, ]; select if(x,y,z) from as_table($data);