GetPgSetOperators Type — drizzle-orm Architecture
Architecture documentation for the GetPgSetOperators type/interface in select.types.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD feb492f7_41e9_e678_587c_a4d5d4425e4e["GetPgSetOperators"] 65d45edf_0d8a_b7f0_1780_573c12d9a0e6["select.types.ts"] feb492f7_41e9_e678_587c_a4d5d4425e4e -->|defined in| 65d45edf_0d8a_b7f0_1780_573c12d9a0e6 style feb492f7_41e9_e678_587c_a4d5d4425e4e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/pg-core/query-builders/select.types.ts lines 430–437
export type GetPgSetOperators = {
union: PgCreateSetOperatorFn;
intersect: PgCreateSetOperatorFn;
except: PgCreateSetOperatorFn;
unionAll: PgCreateSetOperatorFn;
intersectAll: PgCreateSetOperatorFn;
exceptAll: PgCreateSetOperatorFn;
};
Source
Frequently Asked Questions
What is the GetPgSetOperators type?
GetPgSetOperators is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/query-builders/select.types.ts.
Where is GetPgSetOperators defined?
GetPgSetOperators is defined in drizzle-orm/src/pg-core/query-builders/select.types.ts at line 430.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free