We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e905a6 commit e8f7842Copy full SHA for e8f7842
Project.toml
@@ -1,7 +1,7 @@
1
name = "DataAPI"
2
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
3
authors = ["quinnj <[email protected]>"]
4
-version = "1.9.0"
+version = "1.10.0"
5
6
[compat]
7
julia = "1"
src/DataAPI.jl
@@ -279,4 +279,12 @@ Return the number of columns of table `t`.
279
"""
280
function ncol end
281
282
+"""
283
+ allcombinations(sink, ...)
284
+
285
+Create table from all combinations of values in passed arguments
286
+using a `sink` function to materialize the table.
287
288
+function allcombinations end
289
290
end # module
0 commit comments