UDF
All functions > CORE > UDF
Defines a UDF (user-defined function).
Syntax
UDF(config)
sql
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
config | JSON | Yes | JSON configuration for the user-defined function |
Returns
A UDF function reference
Notes
- Defines a user-defined function (UDF) in the feature mesh
- UDFs allow custom logic to be integrated into features
- Configuration specifies the UDF's implementation and signature
- Enables extension of FeatureMesh with custom functionality
- Part of the FeatureMesh core extensibility system