Liking cljdoc? Tell your friends :D

asami.wrapgraph

An graph wrapper for seqs

An graph wrapper for seqs
raw docstring

get-from-indexclj/smultimethod

Lookup an index in the graph for the requested data. Returns a sequence of unlabelled bindings. Each binding is a vector of binding values.

Lookup an index in the graph for the requested data.
Returns a sequence of unlabelled bindings. Each binding is a vector of binding values.
raw docstring

get-loggingclj/s

(get-logging)

graph-subtractclj/s

(graph-subtract a b)

graphs-equiv?clj/s

(graphs-equiv? g1 g2)

Checks if two GraphWrapper instances are equivalent

Checks if two GraphWrapper instances are equivalent
raw docstring

GraphWrapperclj/s


triple-exists?clj/s

(triple-exists? graph s p o)

Fast lookup for a statement in an index/graph

Fast lookup for a statement in an index/graph
raw docstring

TX-LOGGINGclj/s


unwrap-graphclj/s

(unwrap-graph {:keys [addgraph delgraph wrapped-graph tx-logging] :as graph}
              tx-id)

Merges a wrapped graph with the in-memory data used to wrap it.

Merges a wrapped graph with the in-memory data used to wrap it.
raw docstring

wrap-graphclj/s

(wrap-graph existing-graph)

Wraps a given graph with in-memory operations

Wraps a given graph with in-memory operations
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close