package
0.0.0-20240813092032-e414cd4abb22
Repository: https://github.com/uncommoncorrelation/go-mdbx-db.git
Documentation: pkg.go.dev

# Functions

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

# Variables

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

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
FilterDualIter - analog `map` (in terms of map-filter-reduce pattern) please avoid reading from Disk/DB more elements and then filter them.
FilterUnaryIter - analog `map` (in terms of map-filter-reduce pattern) please avoid reading from Disk/DB more elements and then filter them.
IntersectIter.
PaginatedIter - for remote-list pagination Rationale: If an API does not support pagination from the start, supporting it later is troublesome because adding pagination breaks the API's behavior.
No description provided by the author
PairsWithErrorIter - return N, keys and then error.
No description provided by the author
TransformDualIter - analog `map` (in terms of map-filter-reduce pattern).
No description provided by the author
UnionKVIter - merge 2 kv.Pairs streams to 1 in lexicographically order 1-st stream has higher priority - when 2 streams return same key.
UnionUnary.

# Interfaces

No description provided by the author
Dual - return 2 items - usually called Key and Value (or `k` and `v`) Example: for s.HasNext() { k, v, err := s.Next() if err != nil { return err } }.
Unary - return 1 item.

# Type aliases

internal types.
internal types.