Skip to main content

Module binding

Module binding 

Source
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
BindingBuilder
Builder for creating bindings
Var
A variable in a query

Enums§

Value
A value that can be bound to a variable