tustvold commented on issue #6996:
URL: https://github.com/apache/arrow-rs/issues/6996#issuecomment-2607320226

   > The open question in my mind is exactly what the API would look like
   
   This is the key thing IMO, I suspect either you will end up with something 
maximally flexible like `RawTable` but which is not very ergonomic, or 
something closer that's very coupled to the operation being performed, e.g. 
count distinct, but which isn't applicable to aggregates in general, or can't 
handle multiple columns, etc...
   
   I think seeing if there is a way to reduce duplication within DF would be a 
good first step to identify if there is a common API that can be extracted.


-- 
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]

Reply via email to