Uses of Interface
se.liu.ida.hefquin.base.query.ExpectedVariables
Packages that use ExpectedVariables
Package
Description
-
Uses of ExpectedVariables in se.liu.ida.hefquin.base.query
Methods in se.liu.ida.hefquin.base.query that return ExpectedVariablesModifier and TypeMethodDescriptiondefault ExpectedVariablesSPARQLGraphPattern.getExpectedVariables()Returns the sets of variables that can be expected in the solution mappings produced for this graph pattern.default ExpectedVariablesSPARQLQuery.getExpectedVariables()Returns the sets of variables that can be expected in the solution mappings produced for this query. -
Uses of ExpectedVariables in se.liu.ida.hefquin.base.query.impl
Methods in se.liu.ida.hefquin.base.query.impl that return ExpectedVariablesModifier and TypeMethodDescriptionGenericSPARQLGraphPatternImpl1.getExpectedVariables()GenericSPARQLGraphPatternImpl2.getExpectedVariables()SPARQLGroupPatternImpl.getExpectedVariables()SPARQLUnionPatternImpl.getExpectedVariables() -
Uses of ExpectedVariables in se.liu.ida.hefquin.base.query.utils
Methods in se.liu.ida.hefquin.base.query.utils that return ExpectedVariablesModifier and TypeMethodDescriptionstatic ExpectedVariables[]ExpectedVariablesUtils.getExpectedVariables(List<SPARQLGraphPattern> patterns) Returns an array of theExpectedVariablesobjects of all graph patterns in the given list, in the order in which the patterns are listed.Methods in se.liu.ida.hefquin.base.query.utils with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionstatic Set<org.apache.jena.sparql.core.Var> ExpectedVariablesUtils.intersectionOfAllVariables(ExpectedVariables... e) Returns an intersection of the sets of all variables (certain and possible) in all the givenExpectedVariablesobjects.static Set<org.apache.jena.sparql.core.Var> ExpectedVariablesUtils.intersectionOfCertainVariables(ExpectedVariables... e) Returns an intersection of the sets of certain variables in all the givenExpectedVariablesobjects.static Set<org.apache.jena.sparql.core.Var> ExpectedVariablesUtils.intersectionOfPossibleVariables(ExpectedVariables... e) Returns an intersection of the sets of possible variables in all the givenExpectedVariablesobjects.static Set<org.apache.jena.sparql.core.Var> ExpectedVariablesUtils.unionOfAllVariables(ExpectedVariables... e) Returns a set of all the variables (certain and possible) in all the givenExpectedVariablesobjects.static Set<org.apache.jena.sparql.core.Var> ExpectedVariablesUtils.unionOfCertainVariables(ExpectedVariables... e) Returns a set of all the certain variables in all the givenExpectedVariablesobjects.static Set<org.apache.jena.sparql.core.Var> ExpectedVariablesUtils.unionOfPossibleVariables(ExpectedVariables... e) Returns a set of all the possible variables in all the givenExpectedVariablesobjects. -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryplan.base
Methods in se.liu.ida.hefquin.engine.queryplan.base that return ExpectedVariablesModifier and TypeMethodDescriptionQueryPlan.getExpectedVariables()Returns the variables that can be expected in the solution mappings produced by this plan.QueryPlanOperator.getExpectedVariables(ExpectedVariables... inputVars) Returns the variables that can be expected in the solution mappings produced by this operator in the case that the input(s) to this operator contain solutions mappings with the given set(s) of variables.Methods in se.liu.ida.hefquin.engine.queryplan.base with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionQueryPlanOperator.getExpectedVariables(ExpectedVariables... inputVars) Returns the variables that can be expected in the solution mappings produced by this operator in the case that the input(s) to this operator contain solutions mappings with the given set(s) of variables. -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as ExpectedVariablesModifier and TypeFieldDescriptionprotected final ExpectedVariablesExecOpParallelMultiwayLeftJoin.inputVarsFromNonOptionalPartMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionstatic booleanBaseForExecOpSequentialBindJoin.areAllJoinVarsAreCertain(Set<org.apache.jena.sparql.core.Var> varsInQuery, ExpectedVariables inputVars) Returnstrueif the given set of variables does not overlap with the possible-variables set of the givenExpectedVariables.org.apache.jena.sparql.core.VarExecOpSequentialBindJoinSPARQLwithVarRenaming.getVarForRenaming(SPARQLGraphPattern query, ExpectedVariables inputVars) Finds a variable in the given query that is not present in the expected input variables and can be used as a variable for renaming.Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type ExpectedVariablesModifierConstructorDescriptionBaseForExecOpParallelBindJoin(QueryType query, Set<org.apache.jena.sparql.core.Var> varsInQuery, MemberType fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) BaseForExecOpParallelBindJoinSPARQL(SPARQLGraphPattern p, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) BaseForExecOpSequentialBindJoin(QueryType query, Set<org.apache.jena.sparql.core.Var> varsInQuery, MemberType fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) BaseForExecOpSequentialBindJoinSPARQL(SPARQLGraphPattern p, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpHashJoin(ExpectedVariables inputVars1, ExpectedVariables inputVars2, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpHashRJoin(ExpectedVariables inputVars1, ExpectedVariables inputVars2, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelBindJoinSPARQLwithFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelBindJoinSPARQLwithUNION(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelBindJoinSPARQLwithVALUES(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpParallelMultiwayLeftJoin(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables inputVarsFromNonOptionalPart, List<LogicalOpRequest<?, ?>> optionalParts) ExecOpParallelMultiwayLeftJoin(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables inputVarsFromNonOptionalPart, LogicalOpRequest<?, ?>... optionalParts) ExecOpSequentialBindJoinBRTPF(TriplePattern tp, BRTPFServer fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithUNION(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithVALUES(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithVALUESorFILTER(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSequentialBindJoinSPARQLwithVarRenaming(SPARQLGraphPattern query, SPARQLEndpoint fm, ExpectedVariables inputVars, boolean useOuterJoinSemantics, int batchSize, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpSymmetricHashJoin(ExpectedVariables inputVars1, ExpectedVariables inputVars2, boolean collectExceptions, QueryPlanningInfo qpInfo) Worker(LogicalOpRequest<?, ?> req, SolutionMappingsIndex index, List<SolutionMapping> input, ExpectedVariables inputVarsFromNonOptionalPart, ExecutionContext execCxt) -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryplan.logical.impl
Fields in se.liu.ida.hefquin.engine.queryplan.logical.impl declared as ExpectedVariablesModifier and TypeFieldDescriptionprotected final ExpectedVariablesLogicalOpFixedSolMap.expectedVarsMethods in se.liu.ida.hefquin.engine.queryplan.logical.impl that return ExpectedVariablesModifier and TypeMethodDescriptionLogicalOpBind.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpDedup.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpFilter.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpFixedSolMap.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpGlobalToLocal.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpGPAdd.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpGPOptAdd.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpLocalToGlobal.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpMultiwayJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpMultiwayLeftJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpMultiwayUnion.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpRequest.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpRightJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpUnfold.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpUnion.getExpectedVariables(ExpectedVariables... inputVars) LogicalPlanWithBinaryRootImpl.getExpectedVariables()LogicalPlanWithNaryRootImpl.getExpectedVariables()LogicalPlanWithNullaryRootImpl.getExpectedVariables()LogicalPlanWithUnaryRootImpl.getExpectedVariables()Methods in se.liu.ida.hefquin.engine.queryplan.logical.impl with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionLogicalOpBind.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpDedup.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpFilter.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpFixedSolMap.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpGlobalToLocal.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpGPAdd.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpGPOptAdd.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpLocalToGlobal.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpMultiwayJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpMultiwayLeftJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpMultiwayUnion.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpRequest.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpRightJoin.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpUnfold.getExpectedVariables(ExpectedVariables... inputVars) LogicalOpUnion.getExpectedVariables(ExpectedVariables... inputVars) -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return ExpectedVariablesModifier and TypeMethodDescriptiondefault ExpectedVariablesPhysicalOperatorForLogicalOperator.getExpectedVariables(ExpectedVariables... inputVars) Methods in se.liu.ida.hefquin.engine.queryplan.physical with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionPhysicalOpRegistry.create(BinaryLogicalOp lop, ExpectedVariables inputVars1, ExpectedVariables inputVars2) Creates a physical operator for the given logical operator by consulting registered factories in order.PhysicalOpRegistry.create(NaryLogicalOp lop, ExpectedVariables... inputVars) Creates a physical operator for the given logical operator by consulting registered factories in order.PhysicalOpRegistry.create(UnaryLogicalOp lop, ExpectedVariables inputVars) Creates a physical operator for the given logical operator by consulting registered factories in order.PhysicalOpRegistry.createAll(BinaryLogicalOp lop, ExpectedVariables inputVars1, ExpectedVariables inputVars2) Creates all possible physical operators for the given logical operator by consulting all registered factories.PhysicalOpRegistry.createAll(NaryLogicalOp lop, ExpectedVariables... inputVars) Creates all possible physical operators for the given logical operator by consulting all registered factories.PhysicalOpRegistry.createAll(UnaryLogicalOp lop, ExpectedVariables inputVars) Creates all possible physical operators for the given logical operator by consulting all registered factories.BinaryPhysicalOp.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) NaryPhysicalOp.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) NullaryPhysicalOp.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOperator.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) Creates and returns the executable operator to be used for this physical operator.UnaryPhysicalOp.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) default ExpectedVariablesPhysicalOperatorForLogicalOperator.getExpectedVariables(ExpectedVariables... inputVars) booleanPhysicalOpFactory.supports(LogicalOperator lop, ExpectedVariables... inputVars) Returns true if this factory can create a physical operator for the given logical operator and expected input variables. -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return ExpectedVariablesModifier and TypeMethodDescriptionPhysicalOpParallelMultiLeftJoin.getExpectedVariables(ExpectedVariables... inputVars) PhysicalPlanWithBinaryRootImpl.getExpectedVariables()PhysicalPlanWithNaryRootImpl.getExpectedVariables()PhysicalPlanWithNullaryRootImpl.getExpectedVariables()PhysicalPlanWithUnaryRootImpl.getExpectedVariables()Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionPhysicalOpBinaryUnion.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpBind.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpBindJoinBRTPF.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpBindJoinSPARQL.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) protected UnaryExecutableOpPhysicalOpBindJoinSPARQL.createExecOp(SPARQLGraphPattern pattern, SPARQLEndpoint sparqlEndpoint, boolean useOuterJoinSemantics, boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpFilter.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpFixedSolMap.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpGlobalToLocal.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpHashJoin.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpHashRJoin.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpIndexNestedLoopsJoin.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpLocalToGlobal.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpLookupJoinViaWrapper.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpMultiwayUnion.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpNaiveNestedLoopsJoin.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpParallelMultiLeftJoin.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpRequest.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpSymmetricHashJoin.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpUnfold.createExecOp(boolean collectExceptions, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) PhysicalOpParallelMultiLeftJoin.getExpectedVariables(ExpectedVariables... inputVars) static booleanPhysicalOpBindJoinSPARQL.hasNonJoiningVar(SPARQLGraphPattern pattern, ExpectedVariables vars) booleanPhysicalOpBinaryUnion.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpBind.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpBindJoinBRTPF.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpBindJoinSPARQL.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpFilter.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpFixedSolMap.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpGlobalToLocal.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpHashJoin.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpHashRJoin.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpIndexNestedLoopsJoin.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpLocalToGlobal.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpLookupJoinViaWrapper.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpMultiwayUnion.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpNaiveNestedLoopsJoin.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpRequest.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpSymmetricHashJoin.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) booleanPhysicalOpUnfold.Factory.supports(LogicalOperator lop, ExpectedVariables... inputVars) -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils that return ExpectedVariablesModifier and TypeMethodDescriptionstatic ExpectedVariables[]PhysicalPlanUtils.getExpectedVariables(PhysicalPlan... plans) Returns an array of theExpectedVariablesobjects of all given physical plans, in the order in which the plans are given.Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionprotected voidBaseForTextBasedPlanPrinters.addPropStrings(ExpectedVariables expVars, List<String> propStrings) LogicalToPhysicalOpConverter.convert(BinaryLogicalOp lop, ExpectedVariables inputVars1, ExpectedVariables inputVars2) Returns a physical operator that implements the given logical operator under the assumption that this operator will be used in a plan in which the two subplans under this operator will produce solution mappings with the given variables, respectively.LogicalToPhysicalOpConverter.convert(NaryLogicalOp lop, ExpectedVariables... inputVars) Returns a physical operator that implements the given logical operator under the assumption that this operator will be used in a plan in which the subplans under this operator will produce solution mappings with the given variables, respectively.LogicalToPhysicalOpConverter.convert(UnaryLogicalOp lop, ExpectedVariables inputVars) Returns a physical operator that implements the given logical operator under the assumption that this operator will be used in a plan in which the subplan under this operator will produce solution mappings with the given variables.LogicalToPhysicalOpConverterImpl.convert(BinaryLogicalOp lop, ExpectedVariables inputVars1, ExpectedVariables inputVars2) LogicalToPhysicalOpConverterImpl.convert(NaryLogicalOp lop, ExpectedVariables... inputVars) LogicalToPhysicalOpConverterImpl.convert(UnaryLogicalOp lop, ExpectedVariables inputVars) LogicalToPhysicalOpConverter.getAllPossible(BinaryLogicalOp lop, ExpectedVariables inputVars1, ExpectedVariables inputVars2) Returns all physical operators that implement the given logical operator under the assumption that this operator will be used in a plan in which the two subplans under this operator will produce solution mappings with the given variables, respectively.LogicalToPhysicalOpConverter.getAllPossible(NaryLogicalOp lop, ExpectedVariables... inputVars) Returns all physical operators that implement the given logical operator under the assumption that this operator will be used in a plan in which the subplans under this operator will produce solution mappings with the given variables, respectively.LogicalToPhysicalOpConverter.getAllPossible(UnaryLogicalOp lop, ExpectedVariables inputVars) Returns all physical operators that implement the given logical operator under the assumption that this operator will be used in a plan in which the subplan under this operator will produce solution mappings with the given variables.LogicalToPhysicalOpConverterImpl.getAllPossible(BinaryLogicalOp lop, ExpectedVariables inputVars1, ExpectedVariables inputVars2) LogicalToPhysicalOpConverterImpl.getAllPossible(NaryLogicalOp lop, ExpectedVariables... inputVars) LogicalToPhysicalOpConverterImpl.getAllPossible(UnaryLogicalOp lop, ExpectedVariables inputVars) -
Uses of ExpectedVariables in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple with parameters of type ExpectedVariablesModifier and TypeMethodDescriptionprotected List<se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.CardinalityBasedGreedyJoinPlanOptimizerImpl.PhysicalPlanWithStatistics> CardinalityBasedGreedyJoinPlanOptimizerImpl.GreedyConstructionAlgorithm.getSubPlansContainVars(ExpectedVariables vars, List<se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.simple.CardinalityBasedGreedyJoinPlanOptimizerImpl.PhysicalPlanWithStatistics> subPlansWithStatistics) Iterate through the remaining subplans and selected those that contain any of the variables in the given set of variables. -
Uses of ExpectedVariables in se.liu.ida.hefquin.federation.access
Methods in se.liu.ida.hefquin.federation.access that return ExpectedVariablesModifier and TypeMethodDescriptionDataRetrievalRequest.getExpectedVariables()Returns the query variables for which this data retrieval request aims to fetch data (if any), where some of these variables may be 'certain variables' whereas others are 'possible variables'.default ExpectedVariablesRESTRequest.getExpectedVariables() -
Uses of ExpectedVariables in se.liu.ida.hefquin.federation.access.impl.req
Fields in se.liu.ida.hefquin.federation.access.impl.req declared as ExpectedVariablesModifier and TypeFieldDescriptionprotected final ExpectedVariablesSPARQLRequestImpl.expectedVarsMethods in se.liu.ida.hefquin.federation.access.impl.req that return ExpectedVariablesModifier and TypeMethodDescriptionBGPRequestImpl.getExpectedVariables()BindingsRestrictedTriplePatternRequestImpl.getExpectedVariables()GraphQLRequestImpl.getExpectedVariables()Neo4jRequestImpl.getExpectedVariables()SPARQLRequestImpl.getExpectedVariables()TriplePatternRequestImpl.getExpectedVariables()