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 23721b5 commit aa660ffCopy full SHA for aa660ff
src/table.rs
@@ -24,11 +24,7 @@ use async_trait::async_trait;
24
use datafusion::catalog::Session;
25
use datafusion::common::Column;
26
use datafusion::datasource::{TableProvider, TableType};
27
-<<<<<<< HEAD
28
use datafusion::logical_expr::{Expr, LogicalPlanBuilder, TableProviderFilterPushDown};
29
-=======
30
-use datafusion::logical_expr::{Expr, LogicalPlanBuilder};
31
->>>>>>> 3c9a96c (Intermediate work on temp views and parameterizing queries)
32
use datafusion::physical_plan::ExecutionPlan;
33
use datafusion::prelude::DataFrame;
34
use pyo3::prelude::*;
0 commit comments