imply-cheddar commented on PR #16707:
URL: https://github.com/apache/druid/pull/16707#issuecomment-2256176875

   > Why can't we delegate the function calls made in the added Column to the 
Selector that's already present? Given that the layout is row-based, can we 
have a selector + a cursor to mimic the functionality of the Column, without 
duplicating the logic inside?
   
   
   Because avoiding all of that is the exact point of doing direct access?  If 
you want to avoid duplication, go in and re-implement the cursor-based stuff to 
be able to do direct reads using these methods rather than doing some 
round-about hoop-jumping to align a direct read interface with an indirect 
cursor.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to