Class SinkJoinerPlanNode

    • Method Detail

      • setCosts

        public void setCosts​(Costs nodeCosts)
        Description copied from class: PlanNode
        Sets the basic cost for this node to the given value, and sets the cumulative costs to those costs plus the cost shares of all inputs (regular and broadcast).
        Overrides:
        setCosts in class PlanNode
        Parameters:
        nodeCosts - The already knows costs for this node (this cost a produces by a concrete OptimizerNode subclass.