docs: add `GET_RANGE_SPLIT_POINTS`

Add `GET_RANGE_SPLIT_POINTS` instruction documentation.
This commit is contained in:
Rajiv Ranganath 2022-04-30 13:37:20 +05:30 committed by Jingyu Zhou
parent dc9e782ccc
commit cf6e39af79
1 changed files with 7 additions and 0 deletions

View File

@ -171,6 +171,13 @@ futures must apply the following rules to the result:
the language binding. Make sure the API returns without error. Finally
push the string "GOT_ESTIMATED_RANGE_SIZE" onto the stack.
#### GET_RANGE_SPLIT_POINTS
Pops the top three items off of the stack as BEGIN_KEY, END_KEY and
CHUNK_SIZE. Then call the `getRangeSplitPoints` API of the language
binding. Make sure the API returns without error. Finally push the string
"GOT_RANGE_SPLIT_POINTS" onto the stack.
#### GET_KEY (_SNAPSHOT, _DATABASE)
Pops the top four items off of the stack as KEY, OR_EQUAL, OFFSET, PREFIX