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
ParameterTypeRequiredDescription
configJSONYesJSON 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
Last update at: 2026/03/03 16:47:38
Last updated: 2026-03-03 16:48:19