Skip to content
# Interface: QueryScopeSelectorV1

Defined in: packages/core/src/transformers/QueryScopeCollector.ts:62

Identifies one query scope by its semantic location in a parsed query.

The same SQL parsed by the same AST model yields the same selector. Selectors are intentionally not stable across edits to the SQL text.

Properties ​

path ​

path: QueryScopePathSegmentV1[]

Defined in: packages/core/src/transformers/QueryScopeCollector.ts:63


version ​

version: 1

Defined in: packages/core/src/transformers/QueryScopeCollector.ts:64

Released under the MIT License.