pub fn compare_characterization_captures(
left_scenario: &ScenarioSpec,
left: &CharacterizationCapture,
right_scenario: &ScenarioSpec,
right: &CharacterizationCapture,
projection: &CaptureComparisonProjection,
) -> Result<CaptureComparison, Error>Expand description
Compare two captures recursively after applying one declared two-sided projection.
Schema, setup, ordered inputs, selected observation lanes, projection identity, and observations are all compared. A projected path must exist on both sides and cannot name the schema or projection identity.