Interface BlazeWindowFunctionExpression<X>

Type Parameters:
X - The target type
All Superinterfaces:
BlazeExpression<X>, BlazeFunctionExpression<X>, Expression<X>, Selection<X>, TupleElement<X>
All Known Subinterfaces:
BlazeAggregateFunctionExpression<X>, BlazeOrderedSetAggregateFunctionExpression<X>

public interface BlazeWindowFunctionExpression<X> extends BlazeFunctionExpression<X>
An Expression for a window enabled function.
Since:
1.6.4
Author:
Christian Beikov
  • Method Details

    • getWindow

      BlazeWindow getWindow()
      Returns the window for this window function.
      Returns:
      the window
    • window

      Sets the window for this window function.
      Parameters:
      window - The window to set
      Returns:
      this for method chaining