1 2 3 4 5 6 7 8
$data = [ <|x:false,y:false|>, <|x:false,y:true|>, <|x:true,y:false|>, <|x:true,y:true|>, ]; select x and y from as_table($data);