ryansun96 opened a new issue, #1354:
URL: https://github.com/apache/datafusion-python/issues/1354

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Current python bindings allow users to implement rust extension while 
majority of their logic stays in python. In my project, I'm trying to do the 
opposite: having majority of the logic in rust with some entry point in Python. 
The user would make a DataFrame from some raw data in Python and pass it to the 
rust logic for processing.
   
   Current implementation of `PyDataFrame` does not allow the "real / inner" 
rust data frame to be accessed, because `inner_df` is `pub(crate)`.
   
   **Describe the solution you'd like**
   
   Make `PyDataFrame.inner_df()` `pub`.
   
   **Describe alternatives you've considered**
   
   Open to advice if the above workflow is not recommended, as I'm quite new to 
datafusion and rust.
   
   **Additional context**
   
   N/A
   


-- 
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]

Reply via email to