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