Replies: 1 comment
-
@lokax might have some ideas. I'll also take a look after I've settled down recently :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
optimze
function: required columns are determined byplan.out_types()
,risinglight/src/optimizer/mod.rs
Lines 51 to 52 in c859dff
but in
PlanNode.prune_col
function, the input types are also determined byout_types()
of the same plan.Will
required_cols
parameter always same asinput_types
?risinglight/src/optimizer/plan_nodes/mod.rs
Lines 155 to 178 in c859dff
Beta Was this translation helpful? Give feedback.
All reactions