jayzhan211 commented on PR #9595:
URL: 
https://github.com/apache/arrow-datafusion/pull/9595#issuecomment-2014102264

   I'm working on introducing DFFieldRef and it seems a LARGE change too 
(including relocating some code to fight for borrow checker). I don't plan to 
work on this PR, but follow up PRs.
   ```rust
   pub struct DFFieldRef<'a> {
       /// Optional qualifier (usually a table or relation name)
       qualifier: Option<&'a OwnedTableReference>,
       /// Arrow field definition
       field: &'a Field,
   }
   ```


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

Reply via email to