We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950a27 commit 781616cCopy full SHA for 781616c
src/functions/ipcalc.cpp
@@ -47,7 +47,7 @@ namespace duckdb
47
names.emplace_back ("broadcast");
48
49
// 7. hostsPerNet
50
- return_types.emplace_back (LogicalType::VARCHAR);
+ return_types.emplace_back (LogicalType::BIGINT);
51
names.emplace_back ("hostsPerNet");
52
53
// 8. ipClass
0 commit comments