mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Add support for PostgreSQL/Redshift geometric operators (#1723)
This commit is contained in:
parent
97f0be6991
commit
339239d0c5
11 changed files with 809 additions and 26 deletions
|
@ -2066,12 +2066,8 @@ fn parse_pg_custom_binary_ops() {
|
|||
let operators = [
|
||||
// PostGIS
|
||||
"&&&", // n-D bounding boxes intersect
|
||||
"&<", // (is strictly to the left of)
|
||||
"&>", // (is strictly to the right of)
|
||||
"|=|", // distance between A and B trajectories at their closest point of approach
|
||||
"<<#>>", // n-D distance between A and B bounding boxes
|
||||
"|>>", // A's bounding box is strictly above B's.
|
||||
"~=", // bounding box is the same
|
||||
// PGroonga
|
||||
"&@", // Full text search by a keyword
|
||||
"&@~", // Full text search by easy to use query language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue