We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37341f commit 8c56eccCopy full SHA for 8c56ecc
crates/duckdb/src/vscalar/arrow.rs
@@ -105,9 +105,7 @@ where
105
.into_iter()
106
.map(|sig| ScalarFunctionSignature {
107
parameters: sig.parameters.map(Into::into),
108
- return_type: to_duckdb_logical_type(&sig.return_type)
109
- .expect("type should be converted")
110
- .into(),
+ return_type: to_duckdb_logical_type(&sig.return_type).expect("type should be converted"),
111
})
112
.collect()
113
}
0 commit comments