sirius-db/sirius

Unsupported data types in Sirius

Opened this issue · 4 comments

Sirius currently only supports INT32, INT64, FLOAT, DOUBLE, BOOL, and VARCHAR data types.
The following data types are not yet supported:

  • DATE/TIMESTAMP
  • DECIMAL
  • INT128
  • INT16
  • INTERVAL
  • JSON
  • ARRAY
  • LIST
  • MAP
  • STRUCT
  • UNION

Date type is supported by PR #44

Decimal type is supported by PR #50

Timestamp type is supported by 0a9de29.

Int16 is supported by b723f48 and 9368f23.