Click or drag to resize

SearchPlanGraphGeneratorAndScheduler Methods

The SearchPlanGraphGeneratorAndScheduler type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerateSearchPlanGraph
Generate search plan graph out of the plan graph, search plan graph only contains edges chosen by the MSA algorithm. Edges in search plan graph are given in the nodes by outgoing list, as needed for scheduling, in contrast to incoming list in plan graph, as needed for MSA computation.
Public methodStatic memberIsOperationAnInlinedIndependentElement
Public methodStatic memberScheduleSearchPlan
Generates a scheduled search plan for a given search plan graph
Top
See Also