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
Hi, when i use limit with where, limit is applied before where filter.
limit
where
For reproduce you can use this snippet: https://gist.github.com/william-p/c200a8b122bc7954790b
Test1: + Query: 'select * from hosta' + Nb points: 40 Test2: + Query: 'select * from hosta where source == 'all'' + Nb points: 10 Test3: + Query: 'select * from hosta where source == 'all' limit 5' + Nb points: 2
Thanks
The text was updated successfully, but these errors were encountered:
a6424bc
Merge pull request #55 from xiangli-cmu/master
347a27e
when candidate stepdown it should break the loop; gofmt
No branches or pull requests
Hi,
when i use
limit
withwhere
, limit is applied beforewhere
filter.For reproduce you can use this snippet: https://gist.github.com/william-p/c200a8b122bc7954790b
Thanks
The text was updated successfully, but these errors were encountered: