macro_rules! _not_impl_datafusion_err {
($($args:expr),*) => { ... };
}Expand description
Macro wraps $ERR to add backtrace feature
macro_rules! _not_impl_datafusion_err {
($($args:expr),*) => { ... };
}Macro wraps $ERR to add backtrace feature