# ColumnIndexOptions.opClass property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.columnindexoptions.opclass/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

Operator class for the key.

**Signature:**

```typescript
opClass: string;
```

## Remarks

How the method compares values: `text_pattern_ops` to make `LIKE 'x%'` indexable, `jsonb_path_ops` for a narrower GIN index. Emitted as written.

