We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box_index:parts
1 parent 93ba1b2 commit 394caf7Copy full SHA for 394caf7
doc/reference/reference_lua/box_index/parts.rst
@@ -8,7 +8,15 @@ index_object:parts
8
9
.. data:: parts
10
11
- The index's key parts.
+ 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>`.
20
21
:rtype: table
22
0 commit comments