Liya Fan created ARROW-6013: ------------------------------- Summary: Support range searcher Key: ARROW-6013 URL: https://issues.apache.org/jira/browse/ARROW-6013 Project: Apache Arrow Issue Type: New Feature Components: Java Reporter: Liya Fan Assignee: Liya Fan
For a sorted vector, the range searcher finds the first/last occurrence of a particular element. The search is based on binary search, which takes O(logn) time. -- This message was sent by Atlassian JIRA (v7.6.14#76016)