Skip to content

Rework type hierarchy #64

Description

@Miha-x64

The correct hierarchy should look like

DataType {
    Nullable,
    NotNull {
        Simple { Number, String },
        Composite { Collect, Partial },
    },
}

Number should support signed and unsigned, integer and fractional, limited and unlimited precision.

Blob/ByteString is a kind of String, there's really nothing special that it's binary.

Collect and Partial will now be under Composite group.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions