ARRAY
type
Applies to: Databricks SQL Databricks Runtime
Represents values comprising a sequence of elements with the type of elementType
.
Syntax
ARRAY < elementType >
elementType
: Any data type defining the type of the elements of the array.
Literals
See array function for details on how to produce literal array values.
See [ ] operator for details how to retrieve elements from an array.