Other Types

Contents

Other Types#

ARRAY#

An ordered, variable-length collection of elements sharing the same type. Array syntax and operations are supported at the storage level; SQL array constructors (e.g., ARRAY[1, 2, 3]) are not yet available in v0.1.

RECORD#

A structured object with named fields, each having its own type. Records are used for nested data and complex return values from procedures.

BINARY#

A raw sequence of bytes. Useful for storing opaque payloads, serialized objects, or binary file content.