Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 761 Bytes

File metadata and controls

16 lines (11 loc) · 761 Bytes

TableStatisticsEntry

Properties

Name Type Description Notes
columns [ColumnStatisticsEntry]
schema_name str
table_name str
data_size int Total data size of the table in bytes. [optional]
row_count int Total number of rows in the table. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]