Expand description
Variable Bindings
Maps variables to values during query execution.
§Design
- Immutable bindings for thread safety
- Parent binding support for scoped lookups
- Size-optimized implementations for common cases
- Builder pattern for construction
Structs§
- Binding
- Immutable binding from variables to values
- Binding
Builder - Builder for creating bindings
- Var
- A variable in a query
Enums§
- Value
- A value that can be bound to a variable