Uses of Class
org.aksw.jena_sparql_api.rx.entity.model.GraphPartitionWithEntities
Packages that use GraphPartitionWithEntities
-
Uses of GraphPartitionWithEntities in org.aksw.jena_sparql_api.rx.entity.engine
Methods in org.aksw.jena_sparql_api.rx.entity.engine that return types with arguments of type GraphPartitionWithEntitiesModifier and TypeMethodDescriptionstatic 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) static io.reactivex.rxjava3.core.Flowable<GraphPartitionWithEntities>EntityQueryRx.execQueryActual(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, List<org.apache.jena.sparql.core.Var> partitionVars, Set<org.apache.jena.graph.Node> trackedTemplateNodes, org.apache.jena.query.Query selectQuery, Function<org.apache.jena.sparql.algebra.Table, AggObjectGraph.AccObjectGraph> tableToGraph)