Any

Scalar

Boolean

Scalar

Represents a binary value, either true or false.

Cursor

Scalar

Float

Scalar

Represents signed double-precision fractional values (real numbers).

ID

Scalar

Represents a unique identifier, serialized as a string. Used as a cache key.

Int

Scalar

Represents non-fractional signed whole numeric values within 32-bit range.

Int64

Scalar

Map

Scalar

The builtin Map type

String

Scalar

Represents a sequence of Unicode characters for textual data.

Time

Scalar

The builtin Time type