@@ -150,6 +150,8 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
150
150
{" delta_scan" , " delta" , CatalogType::TABLE_FUNCTION_ENTRY},
151
151
{" drop_fts_index" , " fts" , CatalogType::PRAGMA_FUNCTION_ENTRY},
152
152
{" dsdgen" , " tpcds" , CatalogType::TABLE_FUNCTION_ENTRY},
153
+ {" duckdb_proj_compiled_version" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
154
+ {" duckdb_proj_version" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
153
155
{" ducklake_add_data_files" , " ducklake" , CatalogType::TABLE_FUNCTION_ENTRY},
154
156
{" ducklake_cleanup_old_files" , " ducklake" , CatalogType::TABLE_FUNCTION_ENTRY},
155
157
{" ducklake_expire_snapshots" , " ducklake" , CatalogType::TABLE_FUNCTION_ENTRY},
@@ -550,6 +552,7 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
550
552
{" st_assvg" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
551
553
{" st_astext" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
552
554
{" st_aswkb" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
555
+ {" st_azimuth" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
553
556
{" st_boundary" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
554
557
{" st_buffer" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
555
558
{" st_buildarea" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
@@ -573,11 +576,13 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
573
576
{" st_dimension" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
574
577
{" st_disjoint" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
575
578
{" st_distance" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
579
+ {" st_distance_geos" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
576
580
{" st_distance_sphere" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
577
581
{" st_distance_spheroid" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
578
582
{" st_drivers" , " spatial" , CatalogType::TABLE_FUNCTION_ENTRY},
579
583
{" st_dump" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
580
584
{" st_dwithin" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
585
+ {" st_dwithin_geos" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
581
586
{" st_dwithin_spheroid" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
582
587
{" st_endpoint" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
583
588
{" st_envelope" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
@@ -624,6 +629,7 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
624
629
{" st_makepolygon" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
625
630
{" st_makevalid" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
626
631
{" st_maximuminscribedcircle" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
632
+ {" st_memunion_agg" , " spatial" , CatalogType::AGGREGATE_FUNCTION_ENTRY},
627
633
{" st_minimumrotatedrectangle" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
628
634
{" st_mmax" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
629
635
{" st_mmin" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
@@ -666,6 +672,7 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
666
672
{" st_simplify" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
667
673
{" st_simplifypreservetopology" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
668
674
{" st_startpoint" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
675
+ {" st_tileenvelope" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
669
676
{" st_touches" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
670
677
{" st_transform" , " spatial" , CatalogType::SCALAR_FUNCTION_ENTRY},
671
678
{" st_translate" , " spatial" , CatalogType::MACRO_ENTRY},
0 commit comments