vesoft-inc/nebula

feat: query to get all schema of the space

开放

#5,568 创建于 2023年5月31日

 (0 条评论) (0 个反应) (0 位负责人)C++ (1,144 个派生)batch import
help wantedtype/feature req

仓库指标

星标
 (9,828 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

This is needed in some cases i.e. support nebulagraph query in Langchain.

From the application layer, sometimes we could leverage meta-client to do so but it's not applicable for all cases.

Possible options:

  • introduce a query to show all schemas in one go
  • support variable/pipeline on desc query like:
(root@nebula) [basketballplayer]> show edges AS e| desc edge $-.e
[ERROR (-1004)]: SyntaxError: syntax error near `AS'

Wed, 31 May 2023 15:27:30 CST

贡献者指南