Table get table schema for given table name.
(table string)
| 46 | Tables() []string |
| 47 | // Table get table schema for given table name. |
| 48 | Table(table string) (*Table, error) |
| 49 | } |
| 50 | // SourceTableSchema Partial interface from Source to define just Table() |
| 51 | SourceTableSchema interface { |
no outgoing calls