Utilities to work with RecordCursor
Utilities to work with `RecordCursor`
(apply-reduce cursor f init)
A variant of RecordCursor::reduce
that honors reduced?
.
Hopefully https://github.com/FoundationDB/fdb-record-layer/pull/1272
gets in which will provide a way to do this directly from record layer.
A variant of `RecordCursor::reduce` that honors `reduced?`. Hopefully https://github.com/FoundationDB/fdb-record-layer/pull/1272 gets in which will provide a way to do this directly from record layer.
(apply-transforms cursor
{:exoscale.vinyl.store/keys [list? skip limit transform
reduce-init reducer filter
foreach iterator?]})
Apply transformations to a record cursor.
Apply transformations to a record cursor.
(as-iterator this)
Transform a cursor or cursor future to an iterator
Transform a cursor or cursor future to an iterator
(as-list this)
Transform a cursor or cursor future to a list
Transform a cursor or cursor future to a list
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close