jayshrivastava commented on code in PR #20416:
URL: https://github.com/apache/datafusion/pull/20416#discussion_r2824714254
##########
datafusion/physical-expr/src/expressions/dynamic_filters.rs:
##########
@@ -88,6 +88,69 @@ struct Inner {
is_complete: bool,
}
+/// An atomic snapshot of a [`DynamicFilterPhysicalExpr`] used to reconstruct
the expression during
+/// serialization / deserialization.
+pub struct DynamicFilterSnapshot {
Review Comment:
Added this type because I thought it looked cleaner / simpler than having
getters on the `DynamicFilterPhysicalExpr` itself.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]