Skip to main content

Crate pathrex

Crate pathrex 

Source

Re-exports§

pub use pathrex_sys as lagraph_sys;

Modules§

cli
CLI layer for the pathrex binary.
eval
Generic abstractions over query evaluators.
formats
Data format parsers for pathrex.
graph
Core graph abstractions for pathrex.
rpq
Regular Path Query (RPQ) evaluation over edge-labeled graphs.
sparql
SPARQL parsing utilities.
utils

Macros§

grb_ok
Calls a raw GraphBLAS function expression and maps its i32 return code to Result<(), GraphError>.
la_ok
Calls a raw LAGraph function and maps its i32 return code to Result<(), GraphError>.