Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
ReturnTypeFunction in datafusion_expr::function - Rust
[go: Go Back, main page]

Type Alias ReturnTypeFunction

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

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

Aliased Type§

pub struct ReturnTypeFunction { /* private fields */ }