Data connectivity & integrationPipeline Builder ExpressionsLead

Lead

Supported in: Batch

Returns the value of the input at 'lead' after the current row in the window.

Expression categories: Aggregate

Declared arguments

  • Expression - Expression to lead.
    Expression<T>
  • optional Default value - Default value if there is less than offset rows before the current row.
    Literal<T>
  • optional Lead - Number of rows to lead.
    Literal<Integer>

Type variable bounds: T accepts AnyType

Output type: T