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

ParameterTypeRequiredDescription
nameVARCHARYesThe name of the keyset to bind
entityENTITYNoThe entity associated with the keyset
param_namesARRAYVARCHARNoArray of parameter names for the keyset
param_valuesARRAYFEATURENoArray 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
Last update at: 2025/10/13 10:23:46