Constructs a vertical vector.

Sample Usage

ARRAY_ROW(1, 2, A1)

Syntax

ARRAY_ROW(value1, [value2, ...])
  • value1 - The first value in the vector.
  • value2, ... - [ OPTIONAL ] - Additional values to add to the vector.

Notes

  • Each value must either be a scalar type or a vertical vector.

See Also