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

Use logical marker to indicate an ordered row filter #31

Closed
MarcusKlik opened this issue Apr 6, 2018 · 2 comments
Closed

Use logical marker to indicate an ordered row filter #31

MarcusKlik opened this issue Apr 6, 2018 · 2 comments
Assignees
Milestone

Comments

@MarcusKlik
Copy link
Collaborator

If a back-end can assume the row filter is ordered, it doesn't need to order the vector before starting a sequential read.

@MarcusKlik
Copy link
Collaborator Author

A row-selection of the form:

ft[Year > 2007, }

will not change the order of the selected rows. The proposed ordering flag will signal this. Any subsequent read of the selected rows (by the back-end) can be done sequentially.

@MarcusKlik
Copy link
Collaborator Author

row-ordering flag was added in 67fe33a

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

1 participant