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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |