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

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

Restricts the index to the rows this SQL condition matches.

**Signature:**

```typescript
predicate: string;
```

## Remarks

A partial index: smaller and cheaper to maintain, and used only where the planner can prove a query's own condition implies this one. Raw SQL, emitted as written, so the quoting is yours to get right.

