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

Complete unary operator/expression support #162

Open
10 tasks done
markandrus opened this issue Apr 22, 2024 · 0 comments · May be fixed by #163
Open
10 tasks done

Complete unary operator/expression support #162

markandrus opened this issue Apr 22, 2024 · 0 comments · May be fixed by #163

Comments

@markandrus
Copy link

markandrus commented Apr 22, 2024

AFAICT, these unary operators/expressions still lack support:

9.3. Mathematical Functions and Operators

  • |/ double precision → double precision
  • ||/ double precision → double precision
  • @ numeric_type → numeric_type

9.6. Bit String Functions and Operators

  • ~ bit → bit

9.11. Geometric Functions and Operators

  • @-@ geometric_type → double precision
  • @@ geometric_type → point
  • # geometric_type → integer
  • ?- line → boolean
  • ?| line → boolean

9.13. Text Search Functions and Operators

  • !! tsquery → tsquery

(Some of these operators appear in other sections of the documentation, but I've only included them once.)

@markandrus markandrus linked a pull request May 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant