Structs§
- Directed
Neighbor Entry - A neighbor entry with a direction flag, returned by
crate::Graph::all_neighbors. - Edge
Record - Stored in the
edgesLMDB sub-database as msgpack bytes. - Graph
- The graph database handle. Cheap to clone: all state is behind
Arc. - Neighbor
Entry - The result of a single adjacency lookup entry returned by
crate::Graph::out_neighborsandcrate::Graph::in_neighbors. - Node
Record - Stored in the
nodesLMDB sub-database as msgpack bytes. - ReadTxn
- A read-only transaction on the graph.
- Triangle
Count Spec - Pattern description for
Graph::count_triangle_cycles: the directed cycle(a)-[t1]->(b)-[t2]->(c)-[t3]->(a)with an optional relationship type per hop and an optional label per node variable.Nonemeans unconstrained. - Weighted
Path - A path with an associated total weight, returned by weighted path algorithms.
- Write
Txn - A read-write transaction on the graph.
Enums§
- Degree
Direction - The direction of edges to count for degree centrality.
- Error
- Language
- Supported languages for Full-Text Search indexing and stemming.
- Prop
Value - A typed property value used in index lookups and range queries.