Type Alias polars::prelude::InnerJoinIds

source ·
pub type InnerJoinIds = (Vec<u32>, Vec<u32>);
Available on crate feature polars-ops only.