Indexes returns the table's indexes.
()
| 30 | Handler |
| 31 | // Indexes returns the table's indexes. |
| 32 | Indexes() ([]sql.Index, error) |
| 33 | // LookupPartitions returns a sql.PartitionIter that can be used to look up rows in the table using the given lookup |
| 34 | LookupPartitions(context *sql.Context, lookup sql.IndexLookup) (sql.PartitionIter, error) |
| 35 | } |
no outgoing calls
no test coverage detected