schema.comparisonstrategy.md
May 31, 2024 ยท View on GitHub
Home > @datashaper/schema > ComparisonStrategy
ComparisonStrategy enum
Indicates the comparison type used for a filter operation. This is done on a row-by-row basis.
Signature:
export declare enum ComparisonStrategy
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Column | "column" | The comparison value is the value from the same row in another column |
| Value | "value" | The comparison value is a literal value |