prorm API Reference
    Preparing search index...

    Base class for all data types

    Hierarchy (View Summary)

    Index
    key: "MAP" = ...

    The data type of map keys

    valueType: AbstractDataType

    The data type of map values

    • Serialize a value for storage based on this DataType

      Parameters

      • value: unknown

        The value to serialize

      Returns unknown

      The serialized value

    • Get the SQL string representation based on the dialect DuckDB: native MAP(keyType, valueType) syntax Other dialects: falls back to JSON or TEXT

      Parameters

      • Optionaldialect: string

      Returns string