Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid deep copy inside projection executor #16858

Open
yibin87 opened this issue Apr 17, 2024 · 0 comments · May be fixed by #16856
Open

Avoid deep copy inside projection executor #16858

yibin87 opened this issue Apr 17, 2024 · 0 comments · May be fixed by #16856
Labels
type/enhancement Type: Issue - Enhancement

Comments

@yibin87
Copy link
Contributor

yibin87 commented Apr 17, 2024

Development Task

When projection executor contains only no duplicate column references, outputs can reuse the VectorValue from input directly, avoid deep copy.

@yibin87 yibin87 added the type/enhancement Type: Issue - Enhancement label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: Issue - Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant