You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrapping the Statistics with `Arc<>'`s can be a solution?
Some structs like FileGroup, PartitionedData etc. caches the Statistics. So, if the source operators can access those, they should return over them. However, for other intermediate operators, perhaps we can utilize PlanProperties? The Statistics will be initiated once and cached like other planning properties
Some structs like
FileGroup
,PartitionedData
etc. caches the Statistics. So, if the source operators can access those, they should return over them. However, for other intermediate operators, perhaps we can utilizePlanProperties
? The Statistics will be initiated once and cached like other planning propertiesOriginally posted by @berkaysynnada in #15503 (comment)
The text was updated successfully, but these errors were encountered: