horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

SDK supports writing `Date` type

Open chunshao90 opened this issue 6 months ago • 3 comments

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

chunshao90 avatar Aug 02 '24 03:08 chunshao90