pub fn make_scalar_function<F>(
inner: F,
hints: Vec<Hint>,
) -> impl Fn(&[ColumnarValue]) -> Result<ColumnarValue>
Expand description
Creates a scalar function implementation for the given function.
inner
- the function to be executedhints
- hints to be used when expanding scalars to arrays