()
| 1806 | } |
| 1807 | |
| 1808 | func (x *TableMetadata) GetRowCount() int64 { |
| 1809 | if x != nil { |
| 1810 | return x.RowCount |
| 1811 | } |
| 1812 | return 0 |
| 1813 | } |
| 1814 | |
| 1815 | func (x *TableMetadata) GetDataSize() int64 { |
| 1816 | if x != nil { |
no outgoing calls
no test coverage detected