horaedb
horaedb copied to clipboard
SDK supports writing `Date` type
Describe This Problem
The document supports the Date type, but the SDK does not support writing the Date type. Ref: https://horaedb.apache.org/docs/user-guide/sql/model/data_types/
Proposal
SDK supports writing Date
type.
- [ ] Java
- [ ] Pthon
- [ ] Golang
- [ ] Rust
Additional Context
This is what server defines:
https://github.com/apache/horaedb/blob/a57770679aa7482faeed232567d34c96b5bc387b/src/common_types/src/datum.rs#L441-L449