ydb-python-sdk
ydb-python-sdk copied to clipboard
feature: Index covered columns information
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