ydb-python-sdk icon indicating copy to clipboard operation
ydb-python-sdk copied to clipboard

feature: Index covered columns information

Open LuckySting opened this issue 10 months ago • 0 comments

Feature Request

Describe the Feature Request

Now describe_table method returns TableDescription with field indexes. Each index in this field represented by class TableIndex, which doesn't have any information about the covered columns.

Describe Preferred Solution

Use data_columns field of proto TableIndexDescription in class TableDescription.

If the feature request is approved, would you be willing to submit a PR? Yes

LuckySting avatar Apr 05 '24 09:04 LuckySting