Skip to content

Commit 50a0227

Browse files
committed
Add comments
1 parent cf2a5a4 commit 50a0227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optd-persistent/src/cost_model/interface.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ pub struct Stat {
7272
pub struct Cost {
7373
pub compute_cost: i32,
7474
pub io_cost: i32,
75+
// Raw estimated output row count of targeted expression.
7576
pub estimated_statistic: i32,
7677
}
7778

0 commit comments

Comments
 (0)