Module parameterized

Module parameterized 

Source
Expand description

Parameterized plan support for literal extraction and binding

Allows queries with different literal values to share the same execution plan by extracting literals into parameters and binding them at execution time.

Structs§

LiteralExtractor
Utility for extracting literals from AST
ParameterPosition
Position of a parameter in a query
ParameterizedPlan
Query plan with parameter placeholders

Enums§

LiteralValue
Type-safe literal value representation