(create-cursor! client query)
Inputs: [client query :- (s/cond-pre Query QueryExpression)] Returns: Cursor
Inputs: [client query :- (s/cond-pre Query QueryExpression)] Returns: Cursor
(cursor-size cursor)
Inputs: [cursor :- Cursor] Returns: s/Int
Inputs: [cursor :- Cursor] Returns: s/Int
(sample-cursor cursor sample-size fields)
Inputs: [cursor :- Cursor sample-size :- (s/constrained s/Int pos?) fields :- [Key]] Returns: [{Key s/Any}]
Inputs: [cursor :- Cursor sample-size :- (s/constrained s/Int pos?) fields :- [Key]] Returns: [{Key s/Any}]
(strict-map->Cursor m22202 & [drop-extra-keys?__19930__auto__])
Factory function for class Cursor, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
Factory function for class Cursor, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close