Skip to content

Native Support for Complex Types #25

@expanded-for-real

Description

@expanded-for-real

Support more types, as described here - imprint-serde/imprint#5

Proposal

DECIMAL(0xB) - BigDecimal
UUID(0xC) - 16 byte UUID String
DATE(0xD) - LocalDate
TIME(0xE) - LocalTime
DURATION(0xF) - Duration (seconds + micro/nanoseconds maybe?)

Java doesn't really have an Interval type (although we could make a custom type to support it?) so I'm thinking we can leave that out for now, ar at least just include it, stub it out, but no-op it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions