Skip to content

feat: fetch() add output_fields param#358

Open
chinaux wants to merge 4 commits intoalibaba:mainfrom
chinaux:feat/fetch_add_output_fields
Open

feat: fetch() add output_fields param#358
chinaux wants to merge 4 commits intoalibaba:mainfrom
chinaux:feat/fetch_add_output_fields

Conversation

@chinaux
Copy link
Copy Markdown
Collaborator

@chinaux chinaux commented Apr 20, 2026

ref: #343

Comment thread src/db/collection.cc

Result<DocPtrMap> Fetch(const std::vector<std::string> &pks) const override;
Result<DocPtrMap> Fetch(const std::vector<std::string> &pks,
const std::optional<std::vector<std::string>>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是否需要支持 include_vector = false 这种写法,类似于 query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants