Class SqlRankFunction

  • All Implemented Interfaces:
    Context, Wrapper

    public class SqlRankFunction
    extends SqlAggFunction
    Operator which aggregates sets of values into a result.
    • Constructor Detail

      • SqlRankFunction

        @Deprecated
        public SqlRankFunction​(boolean requiresOrder,
                               SqlKind kind)
        Deprecated.
    • Method Detail

      • allowsFraming

        public boolean allowsFraming()
        Description copied from class: SqlOperator
        Returns whether this is a window function that allows framing (i.e. a ROWS or RANGE clause in the window specification).
        Overrides:
        allowsFraming in class SqlOperator