doki23 commented on PR #2177: URL: https://github.com/apache/arrow-datafusion/pull/2177#issuecomment-1094208748
Hmm, is `TableFunction` an expression 🤔? refer to https://docs.snowflake.com/en/sql-reference/functions-table.html The sql looks usually like ``` select doi.date as "Date", record_temperatures.city, record_temperatures.temperature from dates_of_interest as doi, table(record_high_temperatures_for_date(doi.date)) as record_temperatures; ``` -- 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]
