Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.NullaryExecutableOp
Packages that use NullaryExecutableOp
Package
Description
- 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return NullaryExecutableOpModifier and TypeMethodDescriptionResultElementIterWithNullaryExecOp.getOp()ResultElementIterWithNullaryExecOp.MyOpRunnerThread.getOp()Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased with parameters of type NullaryExecutableOpModifierConstructorDescription - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that implement NullaryExecutableOpModifier and TypeClassDescriptionclassBaseForExecOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators.classBaseForExecOpRequestWithPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest, PageRespType extends DataRetrievalResponse<?>> Base class for implementations of request operators with requests that have to be broken into multiple requests to handle paging.classBaseForExecOpRequestWithTPFPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest> Base class for implementations of paging-based request operators where pages areTPFResponseobjects.classBaseForExecOpSolMapsRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> classBaseForExecOpTriplePatternRequestWithTPF<MemberType extends FederationMember>Base class for implementations of request operators with triple pattern requests that are broken into TPF requests to handle paging.classBaseForExecOpTriplesRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators with requests that return triples and that can be performed as is.classclassclassImplementation of an operator to request a (complete) TPF from a brTPF server.classImplementation of an operator to request a (complete) TPF from a TPF server.classTop-level base class for all implementations ofNullaryExecutableOp.Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return NullaryExecutableOpModifier and TypeMethodDescriptionprotected abstract NullaryExecutableOpBaseForExecOpBindJoinWithRequestOps.createExecutableReqOp(Iterable<SolutionMapping> solMaps) Implementations of this function should create an executable operator that can perform a bind join request in which the query of this bind join operator is combined with the given solution mappings.protected NullaryExecutableOpExecOpBindJoinBRTPF.createExecutableReqOp(Iterable<SolutionMapping> inputSolMaps) protected NullaryExecutableOpExecOpBindJoinSPARQLwithFILTER.createExecutableReqOp(Iterable<SolutionMapping> solMaps) protected NullaryExecutableOpExecOpBindJoinSPARQLwithUNION.createExecutableReqOp(Iterable<SolutionMapping> solMaps) protected NullaryExecutableOpExecOpBindJoinSPARQLwithVALUES.createExecutableReqOp(Iterable<SolutionMapping> solMaps) protected abstract NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithRequestOps.createExecutableRequestOperator(SolutionMapping sm) protected NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createExecutableRequestOperator(SolutionMapping inputSolMap) protected abstract NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequestOperator(TriplePatternRequest req) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinBRTPF.createRequestOperator(TriplePatternRequest req) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinTPF.createRequestOperator(TriplePatternRequest req) Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type NullaryExecutableOpModifier and TypeMethodDescriptionprotected RunnableBaseForExecOpIndexNestedLoopsJoinWithRequestOps.createProcessor(NullaryExecutableOp reqOp, SolutionMapping smFromInput, IntermediateResultElementSink outputSink, ExecutionContext execCxt)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased declared as NullaryExecutableOpModifier and TypeFieldDescriptionprotected final NullaryExecutableOpPushBasedPlanThreadImplForNullaryOperator.opConstructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type NullaryExecutableOpModifierConstructorDescription - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return NullaryExecutableOpModifier and TypeMethodDescriptionNullaryPhysicalOp.createExecOp(boolean collectExceptions, ExpectedVariables... inputVars)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return NullaryExecutableOpModifier and TypeMethodDescriptionPhysicalOpRequest.createExecOp(boolean collectExceptions, ExpectedVariables... inputVars)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler with parameters of type NullaryExecutableOpModifier and TypeMethodDescriptionprotected PushBasedPlanThreadQueryPlanCompilerForPushBasedExecution.createThread(NullaryExecutableOp op, ExecutionContext execCxt)