Array column type
Kostas Botsas
Support array column type of string, integer, decimal, object, link type.
Provide standard array management operations such as pop and push.
Provide aggregation capabilities on the array content such as:
- aggregations (sum, avg, min, max, count, unique count)
- filters (gt,lt, eq)
- sorting (asc,desc)