Hi all, Pinot seems to have Map data type support...
# general
a
Hi all, Pinot seems to have Map data type support for column. Is query possible on it?…if possible, is there any example i can refer to?
k
SELECT MAP_VALUE(key_column, 'the_key_to_select', value_column) FROM table