Replies: 2 comments 2 replies
-
I think you should be able to do: select r['t'], r['i'] from test_pq r; But other than that yeah, sadly that's currently a limitation of pg_duckdb. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Does a foreign table (server) have a role to play in this context? E.g., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Essentially, to do this
Instead of this
This is the closest doc that I found, didn't mention anything about column projection
https://duckdb.org/docs/stable/data/parquet/overview.html#:~:text=Query%20the%20Parquet%20file%3A
Both of the example codes are possible in DuckDB, but not here. I wonder if I'm doing it wrong?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions