Skip to content

Commit 394caf7

Browse files
committed
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
1 parent 93ba1b2 commit 394caf7

File tree

1 file changed

+9
-1
lines changed
  • doc/reference/reference_lua/box_index

1 file changed

+9
-1
lines changed

doc/reference/reference_lua/box_index/parts.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ index_object:parts
88

99
.. data:: parts
1010

11-
The index's key parts.
11+
The index's key parts.
12+
Since version :doc:`3.0.0 </release/3.0.0>`, the ``index_object:parts`` can operate methods
13+
:ref:`extract_key() <key_def-extract_key>`,
14+
:ref:`compare() <key_def-compare>`,
15+
:ref:`compare_with_key() <key_def-compare_with_key>`,
16+
:ref:`merge() <key_def-merge>`,
17+
:ref:`totable() <key_def-totable>`.
18+
19+
The outcome of the methods calling is described in :ref:`key_def_object <key_def_object>`.
1220

1321
:rtype: table
1422

0 commit comments

Comments
 (0)