milenkovicm commented on issue #17297: URL: https://github.com/apache/datafusion/issues/17297#issuecomment-3515939285
yes i believe your understanding is right. user can create their own cache implementation, for doing that they would need their own `UserDefinedLogicalNode` which will represent their cache implementation. regarding input and outputs ... its up to you to experiment and see which one makes most sense, having input as logical plan and state and dataframe as output may be the best approach -- 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]
