polars::prelude

Type Alias InnerJoinIds

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