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 cf2a5a4 commit 50a0227Copy full SHA for 50a0227
optd-persistent/src/cost_model/interface.rs
@@ -72,6 +72,7 @@ pub struct Stat {
72
pub struct Cost {
73
pub compute_cost: i32,
74
pub io_cost: i32,
75
+ // Raw estimated output row count of targeted expression.
76
pub estimated_statistic: i32,
77
}
78
0 commit comments