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
unwrap_or_internal_err in datafusion::common - Rust
[go: Go Back, main page]

Macro unwrap_or_internal_err

Source
macro_rules! unwrap_or_internal_err {
    ($Value: ident) => { ... };
}
Expand description

Unwrap an Option if possible. Otherwise return an DataFusionError::Internal. In normal usage of DataFusion the unwrap should always succeed.

Example: let values = unwrap_or_internal_err!(values)