feat(interactive): Support `VarChar` as yet another property type
Open
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
Currently Interactive only using string as vertex property. We also need to support string as edge property.
To support string edge property on csr storage, we need to ensure the maximum length of string, to reserve enough space.
Need more detail design and explanation.
Contributor guide
Assessment
This issue has not been assessed yet.