You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: