Support More Data Types in Groot Store
Open
stale
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
To provide unified support for the data types defined in Flex, additional data types need to be supported in the Groot store, including:
- [x] DT_UNSIGNED_INT32
- [x] DT_UNSIGNED_INT64
- [ ] FIXED_CHAR
- [ ] VAR_CHAR
- [x] DATE32
- [x] TIMESTAMP
And more types need to be supported in Insight runtime, including:
- [x] UNSIGNED_INT32
- [x] UNSIGNED_INT64
- [x] FLOAT(f32)
- [ ] FIXED_CHAR
- [ ] VAR_CHAR
The e2e support need to:
1. support these types in groot schema
2. support type and value in groot store
3. support value in insight runtime
4. support in compiler
Contributor guide
Assessment
This issue has not been assessed yet.