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/21 17:20:01 UTC

[GitHub] [arrow-datafusion] matthewmturner commented on pull request #2279: Add `CREATE VIEW`

matthewmturner commented on PR #2279:
URL: https://github.com/apache/arrow-datafusion/pull/2279#issuecomment-1105490103

   My idea here is to create a new `ViewTable` struct (similar concept to how `MemTable` is used but obviously not in memory) which of course would have `TableType::View` and we just use that with the existing `register_table` functionality within `ExecutionContext` / `SchemaProvider`.  @alamb does that sound good from your end?


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