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
I can use it in SQL, why can't I append it? It's listed in the documentation under "Available options" but the .limit() function fails.
The text was updated successfully, but these errors were encountered:
The documentation is wrong, but I'll add this method now.
Sorry, something went wrong.
The options described there are for chaining, I have to remove .only() and just add .limit().
.only()
.limit()
Adds AggregateFunctions.limit() and changes Readme to avoid confusion (…
a5b0b2c
…#172)
I added a test and it seems to work. Feel free to reopen if not.
No branches or pull requests
I can use it in SQL, why can't I append it? It's listed in the documentation under "Available options" but the .limit() function fails.
The text was updated successfully, but these errors were encountered: