PkSchema returns the table's schema.
()
| 24 | RowIter(ctx *sql.Context, partition sql.Partition) (sql.RowIter, error) |
| 25 | // PkSchema returns the table's schema. |
| 26 | PkSchema() sql.PrimaryKeySchema |
| 27 | } |
| 28 | |
| 29 | type IndexedTableHandler interface { |
no outgoing calls
no test coverage detected