JuliaData / TypedTables.jl

Simple, fast, column-based storage for data analysis in Julia
Other
145 stars 25 forks source link

How to explicitly construct a Concrete Table Type without instance #115

Open mrufsvold opened 4 months ago

mrufsvold commented 4 months ago

I have a pipeline where I use TypedTables. One benefit I'd like to leverage is using the type information as some quality assurance, but I don't know how to explicitly create a concrete Table type without an instance. Is there a way to write down the type that will be created by Table(a=Int[])?