You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2023/02/07 12:45:32 UTC

[GitHub] [arrow-datafusion] mustafasrepo opened a new issue, #5213: Add support for linear groups search

mustafasrepo opened a new issue, #5213:
URL: https://github.com/apache/arrow-datafusion/issues/5213

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Similar to the issue #4979, we can utilize linear search for window GROUPS queries (that is queries in the form `GROUPS BETWEEN 3 PRECEDING AND 5 FOLLOWING`). For detailed explanation about rationale, see #4979 .
   **Describe the solution you'd like**
   Use linear search instead of bisect during GROUP boundary calculation.
   
   **Describe alternatives you've considered**
   N.A
   
   **Additional context**
   N.A
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #5213: Add support for linear groups search

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5213: Add support for linear groups search
URL: https://github.com/apache/arrow-datafusion/issues/5213


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org