Class GroupByCountFilter

  • All Implemented Interfaces:
    PlanNode

    public class GroupByCountFilter
    extends java.lang.Object
    implements PlanNode
    • Field Detail

      • filter

        private final java.util.function.Function<java.lang.Long,​java.lang.Boolean> filter
      • printed

        private boolean printed
    • Constructor Detail

      • GroupByCountFilter

        public GroupByCountFilter​(PlanNode parent,
                                  java.util.function.Function<java.lang.Long,​java.lang.Boolean> filter)
    • Method Detail

      • depth

        public int depth()
        Specified by:
        depth in interface PlanNode
      • getPlanAsGraphvizDot

        public void getPlanAsGraphvizDot​(java.lang.StringBuilder stringBuilder)
        Specified by:
        getPlanAsGraphvizDot in interface PlanNode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface PlanNode
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object