You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/10 07:44:35 UTC

[GitHub] [arrow-datafusion] doki23 commented on pull request #2177: udtf support

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org