pub type ChunkJoinOptIds = Either<Vec<NullableIdxSize>, Vec<ChunkId>>;Available on crate features
chunked_ids and polars-ops only.Aliased Type§
pub enum ChunkJoinOptIds {
Left(Vec<NullableIdxSize>),
Right(Vec<ChunkId<24>>),
}