Interface WindowFrameExclusionBuilder<T>

Type Parameters:
T - The builder return type

public interface WindowFrameExclusionBuilder<T>
An interface for building a window frame exclusion clause for analytics functions.
Since:
1.4.0
Author:
Christian Beikov
  • Method Details

    • excludeNoOthers

      T excludeNoOthers()
      Finishes the window builder.
      Returns:
      The parent query builder
    • excludeCurrentRow

      T excludeCurrentRow()
      Finishes the window builder.
      Returns:
      The parent query builder
    • excludeGroup

      T excludeGroup()
      Finishes the window builder.
      Returns:
      The parent query builder
    • excludeTies

      T excludeTies()
      Finishes the window builder.
      Returns:
      The parent query builder
    • end

      T end()
      Synonym for excludeNoOthers().
      Returns:
      The parent query builder