-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels