New Array Functions in Dremio v24.3
Introduction Data types in Dremio fall into two categories: primitive types such as INT and VARCHAR that hold single values, and semi-structured types like LIST, STRUCT, and MAP that hold complex values. Arrays are lists of arbitrary size of any single type, indexed by non-negative integers, and are useful for holding sparse data. Note: LIST […]