schema.deriveargs.md

November 8, 2023 ยท View on GitHub

Home > @datashaper/schema > DeriveArgs

DeriveArgs interface

Signature:

export interface DeriveArgs extends OutputColumnArgs 

Extends: OutputColumnArgs

Properties

PropertyModifiersTypeDescription
column1stringColumn on the left side of the operation
column2stringColumn on the right side of the operation
operatorMathOperatorMath operation to perform row-by-row on the two columns

Contents

  1. 1DeriveArgs interface
  2. 2Properties