MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetRowCount

Method GetRowCount

backend/generated-go/store/database.pb.go:1808–1813  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

OnStatementMethod · 0.45
BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected