Trait ScalarFunction
datafusion::exec
pub trait ScalarFunction { fn execute(args: Vec<Value>) -> Value; }
fn execute(args: Vec<Value>) -> Value