()
| 967 | } |
| 968 | |
| 969 | func (t *TableMetadata) GetCatalog() *storepb.TableCatalog { |
| 970 | return t.config |
| 971 | } |
| 972 | |
| 973 | // CreateColumn creates a new column in the table. |
| 974 | // Returns an error if the column already exists. |
no outgoing calls
no test coverage detected