Class StageGeneratorStreamGeneric
java.lang.Object
org.aksw.jenax.arq.util.exec.query.StageGeneratorStreamGeneric
- All Implemented Interfaces:
StageGeneratorStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<org.apache.jena.sparql.engine.binding.Binding>accessTriple(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) Stream<org.apache.jena.sparql.engine.binding.Binding>execute(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) Stream<org.apache.jena.sparql.engine.binding.Binding>execute(org.apache.jena.sparql.core.BasicPattern pattern, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt) protected Stream<org.apache.jena.sparql.engine.binding.Binding>execute(org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation reorder, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt) static Stream<org.apache.jena.graph.Triple>findByLang(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Contains, and language tags match case-insentively
-
Constructor Details
-
StageGeneratorStreamGeneric
public StageGeneratorStreamGeneric()
-
-
Method Details
-
execute
public Stream<org.apache.jena.sparql.engine.binding.Binding> execute(org.apache.jena.sparql.core.BasicPattern pattern, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt) - Specified by:
executein interfaceStageGeneratorStream
-
execute
protected Stream<org.apache.jena.sparql.engine.binding.Binding> execute(org.apache.jena.sparql.core.BasicPattern pattern, org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation reorder, Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.sparql.engine.ExecutionContext execCxt) -
execute
public Stream<org.apache.jena.sparql.engine.binding.Binding> execute(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) -
accessTriple
public static Stream<org.apache.jena.sparql.engine.binding.Binding> accessTriple(Stream<org.apache.jena.sparql.engine.binding.Binding> input, org.apache.jena.graph.Graph graph, org.apache.jena.graph.Triple pattern, Predicate<org.apache.jena.graph.Triple> filter, org.apache.jena.sparql.engine.ExecutionContext execCxt) -
findByLang
public static Stream<org.apache.jena.graph.Triple> findByLang(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Contains, and language tags match case-insentively
-