Uses of Class
org.apache.flink.optimizer.dataproperties.GlobalProperties
-
Packages that use GlobalProperties Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.dataproperties org.apache.flink.optimizer.operators org.apache.flink.optimizer.plan -
-
Uses of GlobalProperties in org.apache.flink.optimizer.dag
Methods in org.apache.flink.optimizer.dag that return GlobalProperties Modifier and Type Method Description GlobalPropertiesPartitionNode.PartitionDescriptor. computeGlobalProperties(GlobalProperties gProps)GlobalPropertiesSortPartitionNode.SortPartitionDescriptor. computeGlobalProperties(GlobalProperties gProps)Methods in org.apache.flink.optimizer.dag with parameters of type GlobalProperties Modifier and Type Method Description GlobalPropertiesPartitionNode.PartitionDescriptor. computeGlobalProperties(GlobalProperties gProps)GlobalPropertiesSortPartitionNode.SortPartitionDescriptor. computeGlobalProperties(GlobalProperties gProps)voidBulkPartialSolutionNode. setCandidateProperties(GlobalProperties gProps, LocalProperties lProps, Channel initialInput)voidSolutionSetNode. setCandidateProperties(GlobalProperties gProps, LocalProperties lProps, Channel initialInput)voidWorksetNode. setCandidateProperties(GlobalProperties gProps, LocalProperties lProps, Channel initialInput) -
Uses of GlobalProperties in org.apache.flink.optimizer.dataproperties
Methods in org.apache.flink.optimizer.dataproperties that return GlobalProperties Modifier and Type Method Description GlobalPropertiesGlobalProperties. clone()static GlobalPropertiesGlobalProperties. combine(GlobalProperties gp1, GlobalProperties gp2)GlobalPropertiesGlobalProperties. filterBySemanticProperties(org.apache.flink.api.common.operators.SemanticProperties props, int input)Filters these GlobalProperties by the fields that are forwarded to the output as described by the SemanticProperties.Methods in org.apache.flink.optimizer.dataproperties with parameters of type GlobalProperties Modifier and Type Method Description static GlobalPropertiesGlobalProperties. combine(GlobalProperties gp1, GlobalProperties gp2)booleanRequestedGlobalProperties. isMetBy(GlobalProperties props)Checks, if this set of interesting properties, is met by the given produced properties. -
Uses of GlobalProperties in org.apache.flink.optimizer.operators
-
Uses of GlobalProperties in org.apache.flink.optimizer.plan
Fields in org.apache.flink.optimizer.plan declared as GlobalProperties Modifier and Type Field Description protected GlobalPropertiesPlanNode. globalPropsMethods in org.apache.flink.optimizer.plan that return GlobalProperties Modifier and Type Method Description GlobalPropertiesChannel. getGlobalProperties()GlobalPropertiesPlanNode. getGlobalProperties()Gets the global properties from this PlanNode.Methods in org.apache.flink.optimizer.plan with parameters of type GlobalProperties Modifier and Type Method Description PlanNode.FeedbackPropertiesMeetRequirementsReportPlanNode. checkPartialSolutionPropertiesMet(PlanNode partialSolution, GlobalProperties feedbackGlobal, LocalProperties feedbackLocal)voidPlanNode. initProperties(GlobalProperties globals, LocalProperties locals)Constructors in org.apache.flink.optimizer.plan with parameters of type GlobalProperties Constructor Description BulkPartialSolutionPlanNode(BulkPartialSolutionNode template, String nodeName, GlobalProperties gProps, LocalProperties lProps, Channel initialInput)NAryUnionPlanNode(BinaryUnionNode template, List<Channel> inputs, GlobalProperties gProps, Costs cumulativeCosts)SolutionSetPlanNode(SolutionSetNode template, String nodeName, GlobalProperties gProps, LocalProperties lProps, Channel initialInput)SourcePlanNode(DataSourceNode template, String nodeName, GlobalProperties gprops, LocalProperties lprops)WorksetPlanNode(WorksetNode template, String nodeName, GlobalProperties gProps, LocalProperties lProps, Channel initialInput)
-