hyrise / sql-parser

SQL Parser for C++. Building C++ object structure from SQL statements.
MIT License
749 stars 243 forks source link

Enable Queries on Imported/Exported Tables #225

Closed dey4ss closed 1 year ago

dey4ss commented 1 year ago

In hyrise/hyrise#2514, we sketched how filtering and encoding selection during import and export of tables does look like in Posgtres [1]. After a discusison in the weekly, this PR enables filters on import/export of tables. The export filter will also be implemented in Hyrise.

[1] https://www.postgresql.org/docs/15/sql-copy.html

Bouncner commented 1 year ago

Fine from my side, but as I am not familiar with the parser, maybe wait for another approval?

dey4ss commented 1 year ago

@Bouncner @klauck should be ready to go now. Knaller? 🧨 💥

Bouncner commented 1 year ago

@Bouncner @klauck should be ready to go now. Knaller? 🧨 💥

🧨 💥 ❗

dey4ss commented 1 year ago

Argh, Travis doesn't wanna work again 😡 Claims our credits are completely consumed while we still have lots of them, doesn't even list this branch as a PR. Starting to really hate that s***. Any ideas?

Bouncner commented 1 year ago

Mailing TravisCI? :-/

dey4ss commented 1 year ago

Yeah, already did that. Let's see what happens.

dey4ss commented 1 year ago

They fixed it.