Constructs a horizontal vector.
Sample Usage
ARRAY_LITERAL(1, 2, A1)Syntax
ARRAY_LITERAL(value1, [value2, ...])value1- The first value in the vector.value2, ...- [ OPTIONAL ] - Additional values to add to the vector.
Notes
- Each
valuemust either be a scalar type or a vertical vector.