Re-exports§
pub use b_tree::collate;
Structs§
- Collator
- A collator used by a B+Tree
- Range
- A range used in a where condition
- Table
- A database table with support for multiple indices
- Table
Lock - A futures-aware read-write lock on a
Table
Enums§
- Column
Range - A range on a single column
- IndexId
- An ID type used to look up a specific table index
Constants§
- ROW_
STACK_ SIZE - The maximum number of values in a stack-allocated
Row
Traits§
- BTree
Schema - The schema of a B+Tree
- Index
Schema - The schema of a table index
- Schema
- The schema of a [
Table
]
Type Aliases§
- Node
- A node in a
Table
index - Row
- The type of row returned in a
Stream
ofRows
- Rows
- A stream of table rows
- Table
Read Guard - A read guard acquired on a
TableLock
- Table
Write Guard - A write guard acquired on a
TableLock