diff --git a/Project.toml b/Project.toml index a9d0dde..729668d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DataAPI" uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" authors = ["quinnj "] -version = "1.9.0" +version = "1.10.0" [compat] julia = "1" diff --git a/src/DataAPI.jl b/src/DataAPI.jl index 5abbf6e..567b8e8 100644 --- a/src/DataAPI.jl +++ b/src/DataAPI.jl @@ -279,4 +279,12 @@ Return the number of columns of table `t`. """ function ncol end +""" + allcombinations(sink, ...) + +Create table from all combinations of values in passed arguments +using a `sink` function to materialize the table. +""" +function allcombinations end + end # module