Skip to content

Commit

Permalink
Expose SubstraitPlan structure in arrow_flight::sql (#4932) (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
amartins23 authored Oct 17, 2023
1 parent 511ac44 commit 952cd2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow-flight/src/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ pub use gen::SqlSupportedTransactions;
pub use gen::SqlSupportedUnions;
pub use gen::SqlSupportsConvert;
pub use gen::SqlTransactionIsolationLevel;
pub use gen::SubstraitPlan;
pub use gen::SupportedSqlGrammar;
pub use gen::TicketStatementQuery;
pub use gen::UpdateDeleteRules;
Expand Down

0 comments on commit 952cd2e

Please sign in to comment.