Type Alias datafusion::logical_expr::function::ReturnTypeFunction
source · pub type ReturnTypeFunction = Arc<dyn Fn(&[DataType]) -> Result<Arc<DataType, Global>, DataFusionError> + Sync + Send, Global>;
Expand description
Factory that returns the functions’s return type given the input argument types