Dandandan commented on PR #21484: URL: https://github.com/apache/datafusion/pull/21484#issuecomment-4211862173
Results look really good! I wonder if you thought about the following: * Conversion to row format for multiple columns (like SPM, topk, etc.) . DynComparator is faster but still does dynamic dispatch and for a larger number of columns does a bigger number of comparisions. * specializing for single-column case -- 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]
