We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13f604 commit f13729cCopy full SHA for f13729c
datafusion/physical-expr-common/src/physical_expr.rs
@@ -316,7 +316,7 @@ pub trait PhysicalExpr: Send + Sync + Display + Debug + DynEq + DynHash {
316
/// or needs to serialize this state to bytes may not be able to handle these dynamic references.
317
/// In such cases, we should return a simplified version of the `PhysicalExpr` that does not
318
/// contain these dynamic references.
319
- ///
+ ///
320
/// Systems that implement remote execution of plans, e.g. serialize a portion of the query plan
321
/// and send it across the wire to a remote executor may want to call this method after
322
/// every batch on the source side and brodcast / update the current snaphot to the remote executor.
0 commit comments