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 d4ac6e3 commit 7a2e084Copy full SHA for 7a2e084
datafusion/spark/src/function/string/char.rs
@@ -15,15 +15,12 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
-use std::{any::Any, sync::Arc};
19
-extern crate arrow;
20
-extern crate datafusion_common;
21
-extern crate datafusion_expr;
22
use arrow::array::ArrayRef;
23
use arrow::array::GenericStringBuilder;
24
use arrow::datatypes::DataType;
25
use arrow::datatypes::DataType::Int64;
26
use arrow::datatypes::DataType::Utf8;
+use std::{any::Any, sync::Arc};
27
28
use datafusion_common::{cast::as_int64_array, exec_err, Result, ScalarValue};
29
use datafusion_expr::{
0 commit comments