Home / Function/ getPgSetOperators() — drizzle-orm Function Reference

getPgSetOperators() — drizzle-orm Function Reference

Architecture documentation for the getPgSetOperators() function in select.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  16210981_4212_da50_8dca_722d7218b5a8["getPgSetOperators()"]
  50a440a3_419f_74a4_a0ef_a8f58a685eb0["select.ts"]
  16210981_4212_da50_8dca_722d7218b5a8 -->|defined in| 50a440a3_419f_74a4_a0ef_a8f58a685eb0
  style 16210981_4212_da50_8dca_722d7218b5a8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/query-builders/select.ts lines 1147–1154

const getPgSetOperators = () => ({
	union,
	unionAll,
	intersect,
	intersectAll,
	except,
	exceptAll,
});

Domain

Subdomains

Frequently Asked Questions

What does getPgSetOperators() do?
getPgSetOperators() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/query-builders/select.ts.
Where is getPgSetOperators() defined?
getPgSetOperators() is defined in drizzle-orm/src/pg-core/query-builders/select.ts at line 1147.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free