Re: ContainingIntervalsSource alternative

2021-06-02 Thread elbek kamoliddinov
Ahh, Exactly what I was looking for. Thanks Patrick. On Wed, Jun 2, 2021 at 6:16 PM Patrick Zhai wrote: > Hi Elbek, > Maybe go with ContainedByIntervalsSource? ContainingIntervalsSource is > actually the big source filtered by small source, and > ContainedByIntervalsSource is the opposite so it

Re: ContainingIntervalsSource alternative

2021-06-02 Thread Patrick Zhai
Hi Elbek, Maybe go with ContainedByIntervalsSource? ContainingIntervalsSource is actually the big source filtered by small source, and ContainedByIntervalsSource is the opposite so it should give the expect behavior? Best Patrick elbek kamoliddinov 于2021年6月2日周三 下午2:55写道: > Hello everyone, > > I