| 566 | } |
| 567 | |
| 568 | uint64_t GraphContext_EdgeIndexCount |
| 569 | ( |
| 570 | const GraphContext *gc |
| 571 | ) { |
| 572 | ASSERT(gc); |
| 573 | return _count_indices_from_schemas((const Schema**)gc->relation_schemas); |
| 574 | } |
| 575 | |
| 576 | // attempt to retrieve an index on the given label and attribute IDs |
| 577 | Index GraphContext_GetIndexByID |
no test coverage detected