Skip to content

[Feature] Disallow returning the default property column when query #3135

Closed
@bright-starry-sky

Description

@bright-starry-sky

When querying(go, fetch , lookup, match), the yield clause must be specified. The structure of the result set should match the yield clause. for example :
current : lookup on tag where .. ----> the vid is default column
expected : lookup on tag where .... yield vid ---> The returned column must be specified by yield clause .

  • LOOKUP
  • GO
  • FETCH
  • FIND PATH
  • SUBGRAPH
  • MATCH

Metadata

Metadata

Labels

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions