Skip to content

Commit 781616c

Browse files
committed
fix: change type of hostsPerNet column
1 parent 8950a27 commit 781616c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/ipcalc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace duckdb
4747
names.emplace_back ("broadcast");
4848

4949
// 7. hostsPerNet
50-
return_types.emplace_back (LogicalType::VARCHAR);
50+
return_types.emplace_back (LogicalType::BIGINT);
5151
names.emplace_back ("hostsPerNet");
5252

5353
// 8. ipClass

0 commit comments

Comments
 (0)