Type Definition CompiledCastFunction
datafusion::exec
type CompiledCastFunction = Rc<Fn(&Value) -> Result<Value>>;