Function Functions
Functions for working with function values.
- Function.FromCreates a typed function wrapper that converts a unary function to match a specific function type signature.
- Function.InvokeInvokes a function with a list of arguments.
- Function.InvokeAfterReturns the result of invoking a function after a specified duration delay has passed.
- Function.InvokeWithErrorContextInvokes a function and attaches additional error context text to any error raised during execution. Intended for internal use only.
- Function.IsDataSourceReturns whether or not a function is considered a data source.
- Function.ScalarVectorCreates a scalar function that invokes a vector function behind the scenes, enabling batch processing when applied row-by-row across a table.