pub fn join_series_with_options(
left: &Series,
right: &Series,
join_type: JoinType,
options: JoinExecutionOptions,
) -> Result<JoinedSeries, JoinError>pub fn join_series_with_options(
left: &Series,
right: &Series,
join_type: JoinType,
options: JoinExecutionOptions,
) -> Result<JoinedSeries, JoinError>