UDF

All functions > CORE > UDF

Defines a UDF (user-defined function).

Syntax

UDF(config)
sql

Arguments

ParameterTypeRequiredDescription
configJSONYesJSON 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
Last update at: 2025/12/05 16:03:14
Last updated: 2025-12-05 16:07:55