pub trait GetPhysicalCommon {
// Required methods
fn physical(&self) -> &PhysicalCommonExtra;
fn physical_mut(&mut self) -> &mut PhysicalCommonExtra;
}
Expand description
A helper trait to reuse code for accessing the common physical fields of batch and stream plan bases.