File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ use tokio::runtime::Handle;
3333
3434use crate :: config:: FFI_ConfigOptions ;
3535use crate :: execution:: FFI_TaskContext ;
36- use crate :: metrics:: FFI_MetricsSet ;
36+ use crate :: physical_expr :: metrics:: FFI_MetricsSet ;
3737use crate :: plan_properties:: FFI_PlanProperties ;
3838use crate :: record_batch_stream:: FFI_RecordBatchStream ;
3939use crate :: util:: { FFI_Option , FFI_Result } ;
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ pub mod execution_plan;
3434pub mod expr;
3535pub mod ffi_option;
3636pub mod insert_op;
37- pub mod metrics;
3837pub mod physical_expr;
3938pub mod physical_optimizer;
4039pub mod plan_properties;
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ pub ( crate ) mod metrics;
1819pub ( crate ) mod partitioning;
1920pub ( crate ) mod sort;
2021
You can’t perform that action at this time.
0 commit comments