[][src]Type Definition datafusion::execution::expression::CompiledCastFunction

type CompiledCastFunction = Rc<dyn Fn(&ArrayRef) -> Result<ArrayRef>>;