2010YOUY01 commented on issue #7110:
URL: 
https://github.com/apache/arrow-datafusion/issues/7110#issuecomment-1658761439

   Not quite familiar with the binary size issue, but maybe we could let the 
default config ship with most functions pre-registered:
   ```rust
   let ctx = SessionContext::new(); // Internally have most functions registered
   ```
   It might be more convenient for general users and also make the API backward 
compatible.
   
   If binary size becomes an issue, now there is another nice option available:
   ```rust
   let ctx = SessionContext::new_with_minimal_functions();
   ```


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