Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to perform filter operations on a CSV/Parquet file #36

Closed
Johnnyjax opened this issue Apr 1, 2024 · 2 comments
Closed

How to perform filter operations on a CSV/Parquet file #36

Johnnyjax opened this issue Apr 1, 2024 · 2 comments

Comments

@Johnnyjax
Copy link

Hello, I can't seem to find an example that reads from a CSV file to perform a filter operation like scan or extract. Does QPL support this? I know IAA works with in-memory databases, so does one have to convert to some format first supported by IAA?

Thanks.

@mzhukova
Copy link
Contributor

Hi @Johnnyjax , QPL doesn't support reading specific input formats, but rather reading a raw output, you'll need some sort of a wrapper function to parse CSV or any other format and input this into QPL.
You can check out our current examples for scan to see how to use QPL APIs at https://github.com/intel/qpl/blob/develop/examples/low-level-api/scan_for_specific_value_example.cpp.

@mzhukova
Copy link
Contributor

Closing as no reply in a long time, please feel free to re-open if still relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants