mailmindlin commented on code in PR #22136:
URL: https://github.com/apache/datafusion/pull/22136#discussion_r3236222269
##########
datafusion/ffi/src/execution_plan.rs:
##########
@@ -68,6 +70,10 @@ pub struct FFI_ExecutionPlan {
)
-> FFI_Result<FFI_Option<FFI_ExecutionPlan>>,
+ /// Snapshot the plan's execution metrics. Returns `None` when the
+ /// underlying [`ExecutionPlan::metrics`] returned `None`.
+ pub metrics: unsafe extern "C" fn(plan: &Self) ->
FFI_Option<FFI_MetricsSet>,
+
Review Comment:
This is expected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]