pub fn call_user_function(
func: &UserFunction,
args: &[Value],
event: &Event,
ctx: &SequenceContext,
functions: &FxHashMap<String, UserFunction>,
) -> Option<Value>Expand description
Execute a user-defined function with proper statement evaluation