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>>),
}

Variants§

§

Left(Vec<NullableIdxSize>)

A value of type L.

§

Right(Vec<ChunkId<24>>)

A value of type R.