Skip to content

Commit

Permalink
add extension entries
Browse files Browse the repository at this point in the history
  • Loading branch information
panga committed Jun 18, 2024
1 parent e4c5176 commit ed89ac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/include/duckdb/main/extension_entries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ struct ExtensionFunctionEntry {

static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
{"->>", "json", CatalogType::SCALAR_FUNCTION_ENTRY},
{"<<=", "inet", CatalogType::SCALAR_FUNCTION_ENTRY},
{">>=", "inet", CatalogType::SCALAR_FUNCTION_ENTRY},
{"add_parquet_key", "parquet", CatalogType::PRAGMA_FUNCTION_ENTRY},
{"array_to_json", "json", CatalogType::SCALAR_FUNCTION_ENTRY},
{"broadcast", "inet", CatalogType::SCALAR_FUNCTION_ENTRY},
{"create_fts_index", "fts", CatalogType::PRAGMA_FUNCTION_ENTRY},
{"current_localtime", "icu", CatalogType::SCALAR_FUNCTION_ENTRY},
{"current_localtimestamp", "icu", CatalogType::SCALAR_FUNCTION_ENTRY},
Expand Down Expand Up @@ -216,6 +219,8 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
{"mysql_clear_cache", "mysql_scanner", CatalogType::TABLE_FUNCTION_ENTRY},
{"mysql_execute", "mysql_scanner", CatalogType::TABLE_FUNCTION_ENTRY},
{"mysql_query", "mysql_scanner", CatalogType::TABLE_FUNCTION_ENTRY},
{"netmask", "inet", CatalogType::SCALAR_FUNCTION_ENTRY},
{"network", "inet", CatalogType::SCALAR_FUNCTION_ENTRY},
{"parquet_file_metadata", "parquet", CatalogType::TABLE_FUNCTION_ENTRY},
{"parquet_kv_metadata", "parquet", CatalogType::TABLE_FUNCTION_ENTRY},
{"parquet_metadata", "parquet", CatalogType::TABLE_FUNCTION_ENTRY},
Expand Down

0 comments on commit ed89ac3

Please sign in to comment.