schema.deriveargs.md
November 8, 2023 ยท View on GitHub
Home > @datashaper/schema > DeriveArgs
DeriveArgs interface
Signature:
export interface DeriveArgs extends OutputColumnArgs
Extends: OutputColumnArgs
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| column1 | string | Column on the left side of the operation | |
| column2 | string | Column on the right side of the operation | |
| operator | MathOperator | Math operation to perform row-by-row on the two columns |