is there a way to represent Map.Entry<K,V>[] as a column value in phoenix,
i.e. store an array of tuples <K,V> instead of creating two arrays: K
VARCHAR ARRAY[] and V VARCHAR ARRAY[]

Reply via email to