Type Alias deltalake::datafusion::logical_expr::ReturnTypeFunction

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

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

Aliased Type§

struct ReturnTypeFunction { /* private fields */ }