mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-02 13:12:16 +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
|
@ -250,4 +250,8 @@ impl Dialect for PostgreSqlDialect {
|
|||
fn supports_array_typedef_size(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn supports_geometric_types(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue