Thanks to visit codestin.com Credit goes to github.com
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 cfdf603 commit 922d16dCopy full SHA for 922d16d
crates/viewer/re_dataframe_ui/src/filters.rs
@@ -1,5 +1,5 @@
1
use arrow::datatypes::{DataType, Field};
2
-use datafusion::common::{DFSchema, ExprSchema};
+use datafusion::common::{DFSchema, ExprSchema as _};
3
use datafusion::prelude::{Column, Expr, array_has, array_to_string, col, contains, lit, lower};
4
5
#[derive(Debug, Clone, thiserror::Error)]
0 commit comments