Type Alias polars::prelude::LeftJoinIds

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