Definition in file index.h.
Go to the source code of this file.
Typedefs | |
| typedef struct s_index | INDEX |
| the index structure | |
Functions | |
| INDEX * | index_create (int first_ordinal, int last_ordinal) |
| Create an index. | |
| STATUS | index_insert (INDEX *index, void *data, int ordinal) |
| Insert an item into an index. | |
| void | index_shuffle (INDEX *index) |
| Shuffle an index to avoid excessive lock contention in models where topologically adjacent objects are loaded sequentially. | |