Liking cljdoc? Tell your friends :D

hive-milvus.store.query

Single-entry read + read-merge-upsert helpers.

These are the primitives every protocol method composes with when it needs to fetch a row by id or mutate it through a read-modify-write cycle. They don't own any state — the collection name + id are passed through, and the resilient-retry wrapper is applied by the caller.

Single-entry read + read-merge-upsert helpers.

These are the primitives every protocol method composes with when it
needs to fetch a row by id or mutate it through a read-modify-write
cycle. They don't own any state — the collection name + id are passed
through, and the resilient-retry wrapper is applied by the caller.
raw docstring

get-entry-by-idclj

(get-entry-by-id collection-name id)

Fetch a single entry by ID from Milvus. Returns entry map or nil. Uses STRONG consistency to ensure read-after-write visibility.

Fetch a single entry by ID from Milvus. Returns entry map or nil.
Uses STRONG consistency to ensure read-after-write visibility.
sourceraw docstring

update-entry-fields!clj

(update-entry-fields! collection-name id updates)

Update an entry by reading, merging, and upserting.

Update an entry by reading, merging, and upserting.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close