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 9ebfebe commit fdbbd00Copy full SHA for fdbbd00
crates/duckdb/src/core/logical_type.rs
@@ -305,7 +305,7 @@ impl LogicalTypeHandle {
305
}
306
307
/// Set the alias of the logical type.
308
- pub fn set_alias(&self, alias: &str) -> () {
+ pub fn set_alias(&self, alias: &str) {
309
unsafe {
310
let alias = CString::new(alias).unwrap();
311
duckdb_logical_type_set_alias(self.ptr, alias.as_ptr());
0 commit comments