[ea2224]: / inst / queries / probeCount.xq

Download this file

5 lines (5 with data), 124 Bytes

1
2
3
4
5
;probeCount
(fn [dataset]
(query {:select [:name :rows]
:from [:dataset]
:where [:= :dataset.name dataset]}))