Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableSizeData ¶
type TableSizeData struct { Schema string `json:"schema"` Table string `json:"table"` RelSizeBytes int64 `json:"rel_size_bytes"` RelSizePretty string `json:"rel_size_pretty"` IndexSizeBytes int64 `json:"index_size_bytes"` IndexSizePretty string `json:"index_size_pretty"` TotalSizeBytes int64 `json:"total_size_bytes"` TotalSizePretty string `json:"total_size_pretty"` RowsEstimate int64 `json:"rows_estimate"` }
func GetTableSizes ¶
Click to show internal directories.
Click to hide internal directories.