Expand description
Provides types for Record Layer range.
Record Layer range module provides a higher level of abstraction for working FDB range and cursors.
Please consider using TupleRange and only if the APIs are not
suitable, then use KeyRange.
Modules
- endpoint 🔒
Structs
- A range specified by two
Keyendpoints. - A range within an optional subspace specified by two
Tupleendpoints.
Enums
- High endpoint of a range.
- Low endpoint of a range.
Type Aliases
- High endpoint of a
Key. - Low endpoint of a
Key. - High endpoint of a
TupleRange. - Low endpoint of a
TupleRange.