Skip to content

Complete unary operator/expression support #162

@markandrus

Description

@markandrus

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions