ARRAY
Array of values of a single type.
Example
[1, 2, 3]
Notes
Element type is specified as ARRAY
Family: nested
Flags
- numeric:
False - temporal:
False - collection:
True - parameterized:
True
Parameterized Forms
ARRAY<INTEGER>
Array of values of a single type.
[1, 2, 3]
Element type is specified as ARRAY
Family: nested
FalseFalseTrueTrueARRAY<INTEGER>