alamb commented on PR #20376:
URL: https://github.com/apache/datafusion/pull/20376#issuecomment-3954647287

   > scan_with(index=['a', 'b']))
   
   If this is the usecase I think it may be worth fixing at the parser layer 
(basically the `index=` part is not really an equality expression, it seems 
more like it is being used as a named parameter) 
   
   I think user defined scalar functions supports named parameters -- maybe you 
can follow a similar model for the TableFunctions 🤔 


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