Modules§
Structs§
- Closure
Sparql OpImpl - Scalar
Sparql OpAdapter - Mediates between DataFusion’s API and a ScalarSparqlOp.
- Scalar
Sparql OpArgs - The arguments of invoking a ScalarSparqlOp.
- Scalar
Sparql OpSignature - Defines further details about a ScalarSparqlOp.
Enums§
- Sparql
OpArity - Defines the arity of a SPARQL operation. In other words, the number of arguments that the ScalarSparqlOp has.
Traits§
- Scalar
Sparql Op - A ScalarSparqlOp is a function that operates on RDF terms. The function may return a different type of value. For example, a function that takes two RDF terms and outputs an integer can be implemented using this trait.
- Scalar
Sparql OpImpl