Class MutableAggregate

    • Method Detail

      • of

        public static MutableAggregate of​(MutableRel input,
                                          ImmutableBitSet groupSet,
                                          com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets,
                                          java.util.List<AggregateCall> aggCalls)
        Creates a MutableAggregate.
        Parameters:
        input - Input relational expression
        groupSet - Bit set of grouping fields
        groupSets - List of all grouping sets; null for just groupSet
        aggCalls - Collection of calls to aggregate functions
      • equals

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

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

        public java.lang.StringBuilder digest​(java.lang.StringBuilder buf)
        Specified by:
        digest in class MutableRel