Skip to content

Commit

Permalink
Merge pull request duckdb#310 from Maxxen/funcs
Browse files Browse the repository at this point in the history
Refactor to untyped geometry representation
  • Loading branch information
Maxxen authored Apr 26, 2024
2 parents e7987ff + 0c972d9 commit a62e73c
Show file tree
Hide file tree
Showing 63 changed files with 1,654 additions and 1,759 deletions.
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 304 files
4 changes: 4 additions & 0 deletions spatial/include/spatial/core/functions/scalar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ struct CoreScalarFunctions {
RegisterStHilbert(db);
RegisterStIntersects(db);
RegisterStIntersectsExtent(db);
RegisterStIsClosed(db);
RegisterStIsEmpty(db);
RegisterStLength(db);
RegisterStMakeEnvelope(db);
Expand Down Expand Up @@ -137,6 +138,9 @@ struct CoreScalarFunctions {
// ST_IntersectsExtent (&&)
static void RegisterStIntersectsExtent(DatabaseInstance &db);

// ST_IsClosed
static void RegisterStIsClosed(DatabaseInstance &db);

// ST_IsEmpty
static void RegisterStIsEmpty(DatabaseInstance &db);

Expand Down
Loading

0 comments on commit a62e73c

Please sign in to comment.