BIND_VALUE
All functions > BIND > BIND_VALUE
Binds the given value to the given feature.
Syntax
BIND_VALUE(value: T) → T
sql
Type Parameters:
T
: Any expression type
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
value | T | Yes | The value to bind to the feature |
Returns
The bound value
Notes
- Associates a scalar value with a feature in the feature mesh
- Used to create feature bindings from single values
- The value can be of any expression type
- Returns the same value that was provided
- Primarily used in feature definition and materialization
- Part of the FeatureMesh binding system