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

[Subtask]: Make a seperate pipeline operator to handle TableScan #11562

Closed
Tracked by #10729
aunjgr opened this issue Aug 30, 2023 · 0 comments
Closed
Tracked by #10729

[Subtask]: Make a seperate pipeline operator to handle TableScan #11562

aunjgr opened this issue Aug 30, 2023 · 0 comments
Assignees
Labels
kind/subtask priority/p0 Critical feature that should be implemented in this version
Milestone

Comments

@aunjgr
Copy link
Contributor

aunjgr commented Aug 30, 2023

Parent Issue

#11475

Detail of Subtask

pkg/sql/colexec is the right place to put more and more complicated reading logic.

The new Scan operator should handle filters (both compile- and runtime) and aggregates on its own. Currently only equi-conditions on primary keys are implemented in Reader.

Describe implementation you've considered

No response

Additional information

No response

@aunjgr aunjgr self-assigned this Aug 30, 2023
@aunjgr aunjgr added this to the 1.1.0 milestone Aug 30, 2023
@aunjgr aunjgr added the priority/p0 Critical feature that should be implemented in this version label Sep 7, 2023
@sukki37 sukki37 assigned badboynt1 and unassigned aunjgr Sep 19, 2023
@daviszhen daviszhen assigned aunjgr and unassigned badboynt1 Oct 9, 2023
@aunjgr aunjgr modified the milestones: 1.1.0, 1.2.0 Nov 8, 2023
@sukki37 sukki37 modified the milestones: 1.2.0, 1.3.0 Jun 3, 2024
@sukki37 sukki37 modified the milestones: 2.0.0, 2.1.0 Oct 14, 2024
@aunjgr aunjgr closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/subtask priority/p0 Critical feature that should be implemented in this version
Projects
None yet
Development

No branches or pull requests

3 participants