Skip to content

Commit

Permalink
url_flock
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 16, 2024
1 parent c5f872e commit 52ebd68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/duck_flock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace duckdb {

TableFunction DuckFlockTableFunction() {
TableFunction f(
"duck_flock",
"url_flock",
{LogicalType::VARCHAR, LogicalType::LIST(LogicalType::VARCHAR)},
DuckFlockImplementation,
DuckFlockBind,
Expand All @@ -75,4 +75,4 @@ namespace duckdb {



#endif
#endif

0 comments on commit 52ebd68

Please sign in to comment.