Skip to main content

Module compiled_plan

Module compiled_plan 

Source
Expand description

Cached execution descriptors shared by statement dispatch and fast paths.

Structs§

CompiledCountDistinct
Pre-bound state for COUNT(DISTINCT column).
CompiledCountStar
Pre-bound state for COUNT(*).
CompiledInsert
Schema-derived INSERT state reused by cached statements.
CompiledPkDelete
Pre-bound state for a primary-key DELETE.
CompiledPkLookup
Pre-bound state for SELECT * ... WHERE pk = value.
CompiledPkUpdate
Pre-bound state for a primary-key UPDATE.
CompiledUpdateColumn
One pre-bound UPDATE assignment.

Enums§

CompiledExecution
Cached execution state selected by statement dispatch.
PkValueSource
How a compiled statement obtains its primary-key value.
UpdateValueSource
How a compiled UPDATE obtains an assignment value.