You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
Write unit test and document if in this query for BAMDataSource interval pushdown works if BAI is in place.
SELECTs2.targetId,count(*)
FROM reads s1 JOIN targets s2
ONs1.chr=s2.chrANDs1.end>=s2.startANDs1.start<=s2.endANDs1.chr='chr1'ANDs1.start>10000GROUP BY targetId;
The text was updated successfully, but these errors were encountered:
Write unit test and document if in this query for BAMDataSource interval pushdown works if BAI is in place.
The text was updated successfully, but these errors were encountered: