Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 1.03 KB

mrdb_select.md

File metadata and controls

48 lines (23 loc) · 1.03 KB

Module mrdb_select

Function Index

fold/5
rdb_fold/5
select/1
select/3
select/4

Function Details

fold/5

fold(Ref, Fun, Acc, MS, Limit) -> any()

rdb_fold/5

rdb_fold(Ref, Fun, Acc, Prefix, Limit) -> any()

select/1

select(Cont) -> any()

select/3

select(Ref, MS, Limit) -> any()

select/4

select(Ref, MS, AccKeys, Limit) -> any()