BIND_KEYSET
All functions > BIND > BIND_KEYSET
Binds the given keyset to the given feature.
Syntax
BIND_KEYSET(name, entity, param_names, param_values, features)
sql
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
name | VARCHAR | Yes | The name of the keyset to bind |
entity | ENTITY | No | The entity associated with the keyset |
param_names | ARRAYVARCHAR | No | Array of parameter names for the keyset |
param_values | ARRAYFEATURE | No | Array of parameter values for the keyset |
Returns
A table with the keyset data bound to features
Notes
- Binds a named keyset to features in the feature mesh
- Keysets represent collections of entity keys for batch processing
- Supports parameterized keysets with named parameters
- Entity parameter specifies the entity type being bound
- Parameters allow for dynamic keyset filtering and selection
- Used for efficient batch feature computation
- Part of the FeatureMesh binding and materialization system