Skip to content

Commit e2dc3b7

Browse files
committed
opt: remove unused constant
Release note: None
1 parent debd13e commit e2dc3b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/sql/opt/memo/statistics_builder.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ const (
5656
// for nullable columns, which is used in the absence of any real statistics.
5757
UnknownNullCountRatio = 0.01
5858

59-
// UnknownAvgRowSize is the average size of a row in bytes, which is used in
60-
// the absence of any real statistics.
61-
UnknownAvgRowSize = 8
62-
6359
// Use a small row count for generator functions; this allows use of lookup
6460
// join in cases like using json_array_elements with a small constant array.
6561
unknownGeneratorRowCount = 10

0 commit comments

Comments
 (0)