Skip to main content

WHERE

Constant WHERE 

Source
pub const WHERE: IndexMarker;
Expand description

Specifies a partial-index predicate.

ยงExample

#[PostgresIndex(where = "deleted_at IS NULL")]
struct ActiveUsersEmailIdx(Users::email);

See: https://www.postgresql.org/docs/current/indexes-partial.html