Skip to main content

Module result

Module result 

Source
Expand description

Query result types returned by the NodeDb trait methods.

Structsยง

QueryResult
Result of a SQL query or multi-modal query.
SearchResult
Result of a k-NN vector search.
SubGraph
Result of a graph traversal (BFS/DFS).
SubGraphEdge
An edge in a traversal result.
SubGraphNode
A node in a traversal result.