pub type ReturnTypeFunction = Arc<dyn Fn(&[DataType]) -> Result<Arc<DataType>, DataFusionError> + Send + Sync>;
Expand description

Factory that returns the functions’s return type given the input argument types