We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06343d2 commit 9b4bfa8Copy full SHA for 9b4bfa8
1 file changed
datafusion-federation/src/sql/mod.rs
@@ -31,7 +31,7 @@ use optimizer::{OptimizeProjectionsFederation, PushDownFilterFederation};
31
32
pub use executor::{LogicalOptimizer, SQLExecutor, SQLExecutorRef};
33
pub use schema::{MultiSchemaProvider, SQLSchemaProvider};
34
-pub use table::{RemoteTable, SQLTableSource};
+pub use table::{RemoteTable, SQLTable, SQLTableSource};
35
pub use table_reference::{MultiPartTableReference, RemoteTableRef};
36
37
use crate::{
0 commit comments