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 8a3e15e commit a36951dCopy full SHA for a36951d
src/query/legacy-planners/src/lib.rs
@@ -29,7 +29,6 @@ mod plan_node_stage_table;
29
mod plan_node_statistics;
30
mod plan_partition;
31
mod plan_read_datasource;
32
-mod plan_remote;
33
mod plan_setting;
34
mod plan_sink;
35
mod plan_table_recluster;
@@ -66,9 +65,6 @@ pub use plan_partition::PartInfoPtr;
66
65
pub use plan_partition::Partitions;
67
pub use plan_read_datasource::ReadDataSourcePlan;
68
pub use plan_read_datasource::SourceInfo;
69
-pub use plan_remote::RemotePlan;
70
-pub use plan_remote::V1RemotePlan;
71
-pub use plan_remote::V2RemotePlan;
72
pub use plan_setting::SettingPlan;
73
pub use plan_setting::VarValue;
74
pub use plan_sink::SINK_SCHEMA;
src/query/legacy-planners/src/plan_remote.rs
0 commit comments