Skip to content

Commit 9b4bfa8

Browse files
expose SQLTable
1 parent 06343d2 commit 9b4bfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion-federation/src/sql

datafusion-federation/src/sql/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use optimizer::{OptimizeProjectionsFederation, PushDownFilterFederation};
3131

3232
pub use executor::{LogicalOptimizer, SQLExecutor, SQLExecutorRef};
3333
pub use schema::{MultiSchemaProvider, SQLSchemaProvider};
34-
pub use table::{RemoteTable, SQLTableSource};
34+
pub use table::{RemoteTable, SQLTable, SQLTableSource};
3535
pub use table_reference::{MultiPartTableReference, RemoteTableRef};
3636

3737
use crate::{

0 commit comments

Comments
 (0)