Flatten BoundKind into BoundExpression - #9256
Conversation
BoundKind into BoundExpression
Merging this PR will degrade performance by 13.18%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
93a164f to
9296dac
Compare
Collapses
BoundExpression { kind: BoundKind, dtype }into a single enum, withdtypeon each variant.This is a prerequisite for lambdas, which have no dtype but should be a variant.