Interface WinAggContext

All Superinterfaces:
AggContext

public interface WinAggContext extends AggContext
Marker interface to allow AggImplementor to tell if it is used in regular or windowed context.
  • Method Details

    • getExclude

      RexWindowExclusion getExclude()
      The exclude clause of the group of the window function.