rdf-fusion-execution 0.1.0

RDF Fusion Execution Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RDF Fusion Execution
======

[RDF Fusion][rdf-fusion] is an extensible query execution framework, written in Rust, that is based
on [Apache DataFusion][df].

This crate is a submodule of RDF Fusion that defines the execution engine and is the entry point for query execution.

Most projects should use the [`rdf-fusion`] crate directly, which re-exports this module. If you are already using the
[`rdf-fusion`] crate, there is no reason to use this crate directly in your project as well.

[df]: https://crates.io/crates/datafusion

[rdf-fusion]: https://crates.io/crates/rdf-fusion

[`rdf-fusion`]: https://crates.io/crates/rdf-fusion