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.
1 parent 72868e6 commit 273f6f0Copy full SHA for 273f6f0
tarantool/const.py
@@ -65,6 +65,8 @@
65
ITERATOR_BITSET_ALL_SET = 7
66
ITERATOR_BITSET_ANY_SET = 8
67
ITERATOR_BITSET_ALL_NOT_SET = 9
68
+ITERATOR_OVERLAPS = 10
69
+ITERATOR_NEIGHBOR = 11
70
71
# Default value for socket timeout (seconds)
72
SOCKET_TIMEOUT = None
0 commit comments