Support the implementation of array based aggregation/(group by/distinct) support for multi-stage query engine. Current V1 distinct or group by on multi-value column will break each array into individual values, then perform the operation.