Skip to content

Adds new methods to index_object_parts #5140

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

Merged
merged 2 commits into from
May 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/reference/reference_lua/box_index/parts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ index_object.parts
:ref:`compare_with_key() <key_def-compare_with_key>`,
:ref:`merge() <key_def-merge>`.

Since version :doc:`3.1.0 </release/3.1.0>`, the ``index_object.parts`` can operate methods
:ref:`validate_key() <key_validate_key>`,
:ref:`validate_full_key() <key_validate_full_key>`,
:ref:`validate_tuple() <key_validate_tuple>`,
:ref:`compare_keys() <key_compare_keys>`.

**``index_object.parts`` example**

.. code-block:: lua
Expand Down