-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Currently, we already done some work for reducing the Expr size in:
We can continue to reduce the Expr struct size
Describe the solution you'd like
change Expr Alias and OuterReferenceColumn to Box type for reducing expr struct size
Describe alternatives you've considered
change Expr Alias and OuterReferenceColumn to Box type for reducing expr struct size
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request