Skip to content

Commit

Permalink
Rename to url_flock
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 22, 2024
1 parent 5d4c2e2 commit 970971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsql/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 Down

0 comments on commit 970971b

Please sign in to comment.