Name returns the name of the table.
()
| 20 | type Handler interface { |
| 21 | // Name returns the name of the table. |
| 22 | Name() string |
| 23 | // RowIter returns a sql.RowIter that returns the rows of the table. |
| 24 | RowIter(ctx *sql.Context, partition sql.Partition) (sql.RowIter, error) |
| 25 | // PkSchema returns the table's schema. |
no outgoing calls