martin-g commented on code in PR #20222:
URL: https://github.com/apache/datafusion/pull/20222#discussion_r2782006108
##########
datafusion/ffi/src/udtf.rs:
##########
@@ -43,11 +45,18 @@ use crate::{df_result, rresult_return};
#[repr(C)]
#[derive(Debug, StableAbi)]
pub struct FFI_TableFunction {
- /// Equivalent to the `call` function of the TableFunctionImpl.
+ /// Equivalent to the [`TableFunctionImpl::call`].
/// The arguments are Expr passed as protobuf encoded bytes.
pub call:
Review Comment:
Should this field be marked as deprecated too, so the FFI users be notified
somehow ?!
--
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]