package
0.0.0-20240115022153-95e2e8cef7db
Repository: https://github.com/rodb-io/rodb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Returns the positions that are common to all the given iterators Expects each given iterator to be sorted from the smallest to the biggest position.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Ends when both the record and error are nil at the same time a nil record with a non-nil error does not mean it reached the end When the end has been reached, the iterator is expected to return (nil, nil), even if called again.
No description provided by the author
No description provided by the author
Ends when both the position and error are nil at the same time a nil position with a non-nil error does not mean it reached the end When the end has been reached, the iterator is expected to return (nil, nil), even if called again.
No description provided by the author