<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Criterion](./schema.criterion.md) &gt; [operator](./schema.criterion.operator.md)

## Criterion.operator property

Filter operator to execute. Note the correct operator for the column data type must be used.

<b>Signature:</b>

```typescript
operator: NumericComparisonOperator | StringComparisonOperator | BooleanComparisonOperator | DateComparisonOperator;
```
