Skip to content

Commit cd867d0

Browse files
craig[bot]mgartner
andcommitted
Merge #151410
151410: opt: remove unused constant r=mgartner a=mgartner Release note: None Co-authored-by: Marcus Gartner <[email protected]>
2 parents e652b8a + e2dc3b7 commit cd867d0

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)