feat(interactive): Support calling c++ procedure via cypher query
Open
lingma-summer
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
Currently c++ procedure can only be called via interactive sdk. It can also be called from cypher driver.
To do this, we need to extra the input params and output types for each c++ procedure, and provide to compiler.
Contributor guide
Assessment
This issue has not been assessed yet.