pub type ChunkJoinOptIds = Either<Vec<NullableIdxSize>, Vec<ChunkId>>;
enum ChunkJoinOptIds { Left(Vec<NullableIdxSize>), Right(Vec<ChunkId<24>>), }
A value of type L.
L
A value of type R.
R