Class SqlGroupingIdFunction

  • All Implemented Interfaces:
    Context, Wrapper

    @Deprecated
    class SqlGroupingIdFunction
    extends SqlAbstractGroupFunction
    Deprecated.
    Now that GROUPING has the same functionality, this function is deprecated.
    The GROUPING_ID function.

    This function is not defined in the SQL standard; our implementation is consistent with Oracle.

    Some examples are in agg.iq.

    • Constructor Detail

      • SqlGroupingIdFunction

        SqlGroupingIdFunction()
        Deprecated.