Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-4469: Document DECODE, ARRAY_BINARY_SEARCH #231

Merged
merged 5 commits into from Jan 8, 2019

Conversation

simon-dew
Copy link
Collaborator

@simon-dew simon-dew commented Dec 21, 2018

UPDATE: Draft documentation build removed. Please see updated documentation here:

@simon-dew simon-dew requested a review from a team December 21, 2018 13:06
Copy link
Collaborator

@RichardSmedley RichardSmedley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chang27
Copy link

chang27 commented Jan 4, 2019

Hi Simon,
There are some updates for array_binary_search:

  1. It returns 0-based position in the array for any match.
  2. For any duplicate values inside the array, we return the first matched position:
    eg. array_binary_search([1, 2, 2, 2, 4],2), we returns 1.

@simon-dew simon-dew merged commit 0a3bb60 into couchbase:mad-hatter Jan 8, 2019
@simon-dew simon-dew deleted the DOC-4469 branch May 20, 2019 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants