_getQuery() — drizzle-orm Function Reference
Architecture documentation for the _getQuery() function in query.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 1ea335a3_8650_b46e_d6f4_64f288128f9d["_getQuery()"] 016e14f7_1175_0f45_608e_694b0a02390c["SingleStoreRelationalQuery"] 1ea335a3_8650_b46e_d6f4_64f288128f9d -->|defined in| 016e14f7_1175_0f45_608e_694b0a02390c 6502f5a2_b090_2e3b_9616_3008ed994d0b["_toSQL()"] 6502f5a2_b090_2e3b_9616_3008ed994d0b -->|calls| 1ea335a3_8650_b46e_d6f4_64f288128f9d cd68b5b2_eb70_62b0_2aad_8afb602e58e9["getSQL()"] cd68b5b2_eb70_62b0_2aad_8afb602e58e9 -->|calls| 1ea335a3_8650_b46e_d6f4_64f288128f9d 24c35043_6a76_7336_3e44_a38c73be89e1["buildRelationalQuery()"] 1ea335a3_8650_b46e_d6f4_64f288128f9d -->|calls| 24c35043_6a76_7336_3e44_a38c73be89e1 style 1ea335a3_8650_b46e_d6f4_64f288128f9d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/singlestore-core/query-builders/query.ts lines 109–119
private _getQuery() {
return this.dialect.buildRelationalQuery({
fullSchema: this.fullSchema,
schema: this.schema,
tableNamesMap: this.tableNamesMap,
table: this.table,
tableConfig: this.tableConfig,
queryConfig: this.config,
tableAlias: this.tableConfig.tsName,
});
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does _getQuery() do?
_getQuery() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/singlestore-core/query-builders/query.ts.
Where is _getQuery() defined?
_getQuery() is defined in drizzle-orm/src/singlestore-core/query-builders/query.ts at line 109.
What does _getQuery() call?
_getQuery() calls 1 function(s): buildRelationalQuery.
What calls _getQuery()?
_getQuery() is called by 2 function(s): _toSQL, getSQL.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free