UDF
All functions > CORE > UDF
Returns a reference to a UDF (user-defined function).
Signatures
Returns: A UDF function reference
UDF(config: JSON) → UDF sql
| Parameter | Type | Required | Description |
|---|---|---|---|
config | JSON | Yes | JSON configuration for the user-defined function |
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
On this page