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 98ace1d commit 72807dbCopy full SHA for 72807db
ydb/scheme.py
@@ -31,6 +31,8 @@ def _missing_(cls, value):
31
@staticmethod
32
def is_table(entry):
33
"""
34
+ Deprecated, use is_row_table instead of this.
35
+
36
:param entry: A scheme entry to check
37
:return: True if scheme entry is a row table and False otherwise (same as is_row_table)
38
0 commit comments