Uses of Interface
org.aksw.jena_sparql_api.rx.entity.model.ExprListEval
Packages that use ExprListEval
-
Uses of ExprListEval in org.aksw.jena_sparql_api.rx.entity.engine
Fields in org.aksw.jena_sparql_api.rx.entity.engine declared as ExprListEvalMethods in org.aksw.jena_sparql_api.rx.entity.engine with parameters of type ExprListEvalModifier and TypeMethodDescriptionstatic AggObjectGraphEntityQueryRx.createGraphAggregator(org.apache.jena.sparql.syntax.Template template, Set<? extends org.apache.jena.graph.Node> trackedTemplateNodes, Map<org.apache.jena.graph.Node, org.apache.jena.sparql.expr.ExprList> idMap, ExprListEval exprListEval, Supplier<org.apache.jena.graph.Graph> graphSupplier) Create an aggregator whose accumulators accumulate graphs from Bindings w.r.t.static Function<org.apache.jena.sparql.engine.binding.Binding,org.apache.jena.graph.Node> EntityQueryRx.createKeyFunction(org.apache.jena.graph.Node root, Map<org.apache.jena.graph.Node, org.apache.jena.sparql.expr.ExprList> idMapping, ExprListEval exprListEval) Based on the information present inEntityQueryBasicreturn a function that deterministically yields the same node (possibly a blank node) when passing equivalent bindings to it.static Function<org.apache.jena.sparql.algebra.Table,AggObjectGraph.AccObjectGraph> EntityQueryRx.createTableToGraphMapper(org.apache.jena.sparql.syntax.Template template, Set<? extends org.apache.jena.graph.Node> trackedTemplateNodes, Map<org.apache.jena.graph.Node, org.apache.jena.sparql.expr.ExprList> idMapping, ExprListEval exprListEval, Supplier<org.apache.jena.graph.Graph> graphSupplier) Util function to yield a mapper from tables to graphs based on the provided arguments.static io.reactivex.rxjava3.core.Flowable<org.apache.jena.rdf.model.RDFNode>EntityQueryRx.execConstructEntities(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryBasic queryEx, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) Execute a CONSTRUCT query w.r.t.static io.reactivex.rxjava3.core.Flowable<org.apache.jena.sparql.core.Quad>EntityQueryRx.execConstructEntitiesNg(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryBasic queryEx, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) Stream the result of an entity query as named graphsstatic io.reactivex.rxjava3.core.Flowable<org.apache.jena.sparql.core.Quad>EntityQueryRx.execConstructEntitiesNg(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryImpl queryEx, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) static io.reactivex.rxjava3.core.Flowable<GraphPartitionWithEntities>EntityQueryRx.execConstructPartitionedOld(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryBasic queryEx, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) static io.reactivex.rxjava3.core.Flowable<GraphPartitionWithEntities>EntityQueryRx.execConstructPartitionedOld(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryImpl queryEx, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) EntityQueryRx.processEntityQuery(EntityQueryBasic queryEx, boolean forceSubSelect, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) Execute a CONSTRUCT query using partitions.EntityQueryRxBuilder.setExprListEval(ExprListEval exprListEval)