You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We definitely should make it easy to create a table (and perhaps also a view) from a relational object, and also to represent a table or view as a relational object. When this is done, this function can be deleted I think.
The text was updated successfully, but these errors were encountered:
duckdb/duckdb#14629 (comment)
Is our implementation doing too much? The code example is this:
The relation is converted to a view named
_
, and then a query is run on this and materialized as an R data frame.To be honest, I don't think this is used a lot, and it's not exported. I don't have access to https://github.com/duckdblabs/duckdb-internal/issues/1721 (referred to from #138), so I may not understand the importance of this.
We definitely should make it easy to create a table (and perhaps also a view) from a relational object, and also to represent a table or view as a relational object. When this is done, this function can be deleted I think.
The text was updated successfully, but these errors were encountered: