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 193c3ea commit 6d9e117Copy full SHA for 6d9e117
src/arrow.rs
@@ -2,7 +2,7 @@ use pyo3::prelude::*;
2
use pyo3_arrow::PyTable;
3
4
#[pyfunction]
5
-pub fn from_arrow(table: &Bound<PyTable>) -> () {
+pub fn from_arrow(table: Bound<PyTable>) -> () {
6
dbg!(table);
7
todo!()
8
}
0 commit comments