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
For example, we don't support filtering on dates and timestamps.
This is mostly because literals seem to always be strings, floats, or integers. We may need to cast literals in comparisons to match the right type.
The text was updated successfully, but these errors were encountered:
Related to #878
Sorry, something went wrong.
We could also support cast() in expressions, which will provide some workaround for this.
cast()
Successfully merging a pull request may close this issue.
For example, we don't support filtering on dates and timestamps.
This is mostly because literals seem to always be strings, floats, or integers. We may need to cast literals in comparisons to match the right type.
The text was updated successfully, but these errors were encountered: