We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
=> We consider the BinTable use case ie. N columns x M rows
We want to only access [a subset of columns] AND/OR [a subset of rows]
ie. Is it possible to specify:
"select (col1, col2, ..., colp) from file" "select (row1, row2, ..., rowq) from file" "select (col1, col2, ..., colp) and (row1, row2, ..., rowq) from file"
so that only relevant data bytes are really read ?
The text was updated successfully, but these errors were encountered:
See also #18
Sorry, something went wrong.
No branches or pull requests
=> We consider the BinTable use case ie. N columns x M rows
We want to only access [a subset of columns] AND/OR [a subset of rows]
ie. Is it possible to specify:
"select (col1, col2, ..., colp) from file"
"select (row1, row2, ..., rowq) from file"
"select (col1, col2, ..., colp) and (row1, row2, ..., rowq) from file"
so that only relevant data bytes are really read ?
The text was updated successfully, but these errors were encountered: