Class SinkPlanNode

    • Constructor Detail

      • SinkPlanNode

        public SinkPlanNode​(DataSinkNode template,
                            String nodeName,
                            Channel input)
        Constructs a new sink candidate node that uses NONE as its local strategy. Note that local sorting and range partitioning are handled by the incoming channel already.
        Parameters:
        template - The template optimizer node that this candidate is created for.