You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index_object.parts has the following methods: extract_key(), compare(), compare_with_key(), merge().
For their description and usage examples, refer to Module key_def.
index_object.parts can be used like a key_def module instance for calling
the corresponding methods. Example:
* Updates description of ```box_index.parts``` with new methods
* Since version 3.0.0 the ```box_index.parts``` can use methods of ```key_def```
Fixes#3444
Uh oh!
There was an error while loading. Please reload this page.
Related dev issue: tarantool/tarantool#7356
Product: Tarantool
Since: 3.0
Root document:
SME: @ Gumix
Details
index_object.parts
has the following methods:extract_key()
,compare()
,compare_with_key()
,merge()
.For their description and usage examples, refer to Module key_def.
index_object.parts
can be used like a key_def module instance for callingthe corresponding methods. Example:
The code above is equivalent to:
Requested by @ Gumix in tarantool/tarantool@55295f5.
The text was updated successfully, but these errors were encountered: