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 9a2c575 commit 8f0dc24Copy full SHA for 8f0dc24
datafusion/expr/src/type_coercion/functions.rs
@@ -17,6 +17,7 @@
17
18
use super::binary::binary_numeric_coercion;
19
use crate::{AggregateUDF, ScalarUDF, Signature, TypeSignature, WindowUDF};
20
+use arrow::datatypes::Field;
21
use arrow::{
22
compute::can_cast_types,
23
datatypes::{DataType, TimeUnit},
0 commit comments