Uses of Class
org.aksw.jena_sparql_api.rx.entity.model.EntityQueryImpl
Packages that use EntityQueryImpl
Package
Description
-
Uses of EntityQueryImpl in org.aksw.jena_sparql_api.rx.entity.engine
Methods in org.aksw.jena_sparql_api.rx.entity.engine that return EntityQueryImplModifier and TypeMethodDescriptionstatic EntityQueryImplEntityQueryRx.alignVariables(EntityQueryImpl query) Create a transformed copy of the query where all variables that need to join have the same name whereas variables that are not supposed to join have been remappedstatic EntityQueryImplEntityQueryRx.mergeFetchGroups(EntityQueryImpl query) Merges all graph partitions with the same fetch group name into a single graph partition.Methods in org.aksw.jena_sparql_api.rx.entity.engine with parameters of type EntityQueryImplModifier and TypeMethodDescriptionstatic EntityQueryImplEntityQueryRx.alignVariables(EntityQueryImpl query) Create a transformed copy of the query where all variables that need to join have the same name whereas variables that are not supposed to join have been remappedstatic EntityQueryBasicEntityQueryRx.assembleEntityAndAttributeParts(EntityQueryImpl queryRaw) static io.reactivex.rxjava3.core.Flowable<org.apache.jena.sparql.core.Quad>EntityQueryRx.execConstructEntitiesNg(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryImpl query) static io.reactivex.rxjava3.core.Flowable<org.apache.jena.sparql.core.Quad>EntityQueryRx.execConstructEntitiesNg(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery conn, EntityQueryImpl query, Supplier<org.apache.jena.graph.Graph> graphSupplier) static 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, EntityQueryImpl queryEx, Supplier<org.apache.jena.graph.Graph> graphSupplier, ExprListEval exprListEval) static EntityQueryImplEntityQueryRx.mergeFetchGroups(EntityQueryImpl query) Merges all graph partitions with the same fetch group name into a single graph partition.EntityQueryRxBuilder.setQuery(EntityQueryImpl query) -
Uses of EntityQueryImpl in org.aksw.jena_sparql_api.rx.entity.model
Methods in org.aksw.jena_sparql_api.rx.entity.model that return EntityQueryImplModifier and TypeMethodDescriptionstatic EntityQueryImplEntityQueryImpl.createEntityQuery(EntityGraphFragment entityGraphFragment, org.apache.jena.graph.Node node) A convenience function to create an entity query for a specific entity (denoted by the node)static EntityQueryImplEntityQueryImpl.createEntityQuery(org.apache.jena.sparql.core.Var entityVar, org.apache.jena.query.Query standardQuery)