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
between quries like "arrival-time between now() - interval '30 days' and now() - interval '7 days'" are failing with below error
Binder Error: No function matches the given name and argument types '-(TIMESTAMP WITH TIME ZONE, INTERVAL)'. You might need to add explicit type casts. Candidate functions: -(TINYINT) -> TINYINT -(TINYINT, TINYINT) -> TINYINT -(SMALLINT) -> SMALLINT -(SMALLINT, SMALLINT) -> SMALLINT -(INTEGER) -> INTEGER -(INTEGER, INTEGER) -> INTEGER -(BIGINT) -> BIGINT -(BIGINT, BIGINT) -> BIGINT -(HUGEINT) -> HUGEINT -(HUGEINT, HUGEINT) -> HUGEINT -(FLOAT) -> FLOAT -(FLOAT, FLOAT) -> FLOAT -(DOUBLE) -> DOUBLE -(DOUBLE, DOUBLE) -> DOUBLE -(DECIMAL) -> DECIMAL -(DECIMAL, DECIMAL) -> DECIMAL -(UTINYINT) -> UTINYINT -(UTINYINT, UTINYINT) -> UTINYINT -(USMALLINT) -> USMALLINT -(USMALLINT, USMALLINT) -> USMALLINT -(UINTEGER) -> UINTEGER -(UINTEGER, UINTEGER) -> UINTEGER -(UBIGINT) -> UBIGINT -(UBIGINT, UBIGINT) -> UBIGINT -(UHUGEINT) -> UHUGEINT -(UHUGEINT, UHUGEINT) -> UHUGEINT -(DATE, DATE) -> BIGINT -(DATE, INTEGER) -> DATE -(TIMESTAMP, TIMESTAMP) -> INTERVAL -(INTERVAL, INTERVAL) -> INTERVAL -(DATE, INTERVAL) -> TIMESTAMP -(TIME, INTERVAL) -> TIME -(TIMESTAMP, INTERVAL) -> TIMESTAMP -(TIME WITH TIME ZONE, INTERVAL) -> TIME WITH TIME ZONE -(INTERVAL) -> INTERVAL
try a between quries like "arrival-time between now() - interval '30 days' and now() - interval '7 days'"
x64
0.13.0-pg13
ParadeDB Docker Image
Preshit Maheshwari
Yes
The text was updated successfully, but these errors were encountered:
This is a duplicate of #48, closing.
Sorry, something went wrong.
No branches or pull requests
What happens?
between quries like "arrival-time between now() - interval '30 days' and now() - interval '7 days'" are failing with below error
Binder Error: No function matches the given name and argument types '-(TIMESTAMP WITH TIME ZONE, INTERVAL)'. You might need to add explicit type casts.
Candidate functions:
-(TINYINT) -> TINYINT
-(TINYINT, TINYINT) -> TINYINT
-(SMALLINT) -> SMALLINT
-(SMALLINT, SMALLINT) -> SMALLINT
-(INTEGER) -> INTEGER
-(INTEGER, INTEGER) -> INTEGER
-(BIGINT) -> BIGINT
-(BIGINT, BIGINT) -> BIGINT
-(HUGEINT) -> HUGEINT
-(HUGEINT, HUGEINT) -> HUGEINT
-(FLOAT) -> FLOAT
-(FLOAT, FLOAT) -> FLOAT
-(DOUBLE) -> DOUBLE
-(DOUBLE, DOUBLE) -> DOUBLE
-(DECIMAL) -> DECIMAL
-(DECIMAL, DECIMAL) -> DECIMAL
-(UTINYINT) -> UTINYINT
-(UTINYINT, UTINYINT) -> UTINYINT
-(USMALLINT) -> USMALLINT
-(USMALLINT, USMALLINT) -> USMALLINT
-(UINTEGER) -> UINTEGER
-(UINTEGER, UINTEGER) -> UINTEGER
-(UBIGINT) -> UBIGINT
-(UBIGINT, UBIGINT) -> UBIGINT
-(UHUGEINT) -> UHUGEINT
-(UHUGEINT, UHUGEINT) -> UHUGEINT
-(DATE, DATE) -> BIGINT
-(DATE, INTEGER) -> DATE
-(TIMESTAMP, TIMESTAMP) -> INTERVAL
-(INTERVAL, INTERVAL) -> INTERVAL
-(DATE, INTERVAL) -> TIMESTAMP
-(TIME, INTERVAL) -> TIME
-(TIMESTAMP, INTERVAL) -> TIMESTAMP
-(TIME WITH TIME ZONE, INTERVAL) -> TIME WITH TIME ZONE
-(INTERVAL) -> INTERVAL
To Reproduce
try a between quries like "arrival-time between now() - interval '30 days' and now() - interval '7 days'"
OS:
x64
ParadeDB Version:
0.13.0-pg13
Are you using ParadeDB Docker, Helm, or the extension(s) standalone?
ParadeDB Docker Image
Full Name:
Preshit Maheshwari
Affiliation:
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include the code required to reproduce the issue?
Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: