schema.windowargs.md

November 8, 2023 ยท View on GitHub

Home > @datashaper/schema > WindowArgs

WindowArgs interface

Signature:

export interface WindowArgs extends InputColumnArgs, OutputColumnArgs 

Extends: InputColumnArgs, OutputColumnArgs

Properties

PropertyModifiersTypeDescription
operationWindowFunctionWindow function to apply to the column.

Contents

  1. 1WindowArgs interface
  2. 2Properties