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 2fd2b83 commit b099d39Copy full SHA for b099d39
src/udf.rs
@@ -31,7 +31,7 @@ use datafusion::logical_expr::{create_udf, ColumnarValue};
31
use crate::expr::PyExpr;
32
use crate::utils::parse_volatility;
33
34
-/// Create a Rust callable function fr a python function that expects pyarrow arrays
+/// Create a Rust callable function from a python function that expects pyarrow arrays
35
fn pyarrow_function_to_rust(
36
func: PyObject,
37
) -> impl Fn(&[ArrayRef]) -> Result<ArrayRef, DataFusionError> {
0 commit comments