Expand description
Query result types returned by the NodeDb trait methods.
Structsยง
- Query
Result - Result of a SQL query or multi-modal query.
- Search
Result - Result of a k-NN vector search.
- SubGraph
- Result of a graph traversal (BFS/DFS).
- SubGraph
Edge - An edge in a traversal result.
- SubGraph
Node - A node in a traversal result.