Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DataAPI"
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
authors = ["quinnj <quinn.jacobd@gmail.com>"]
version = "1.9.0"
version = "1.10.0"

[compat]
julia = "1"
Expand Down
8 changes: 8 additions & 0 deletions src/DataAPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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