We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8db98 commit 4be04f9Copy full SHA for 4be04f9
1 file changed
datafusion/proto/src/physical_plan/mod.rs
@@ -3392,7 +3392,7 @@ pub trait PhysicalExtensionCodec: Debug + Send + Sync {
3392
/// - Perform pre-processing on the expression
3393
/// - Call the default implementation via `default_serialize_physical_expr`
3394
/// - Perform post-processing on the result
3395
- ///
+ ///
3396
/// [`default_serialize_physical_expr`]: crate::physical_plan::to_proto::default_serialize_physical_expr
3397
fn serialize_physical_expr(
3398
&self,
0 commit comments