()
| 925 | } |
| 926 | |
| 927 | func (t *TableMetadata) GetTableComment() string { |
| 928 | return t.proto.Comment |
| 929 | } |
| 930 | |
| 931 | // GetColumn gets the column by name. |
| 932 | func (t *TableMetadata) GetColumn(name string) *ColumnMetadata { |
no outgoing calls
no test coverage detected