TypedTables.jl icon indicating copy to clipboard operation
TypedTables.jl copied to clipboard

How to explicitly construct a Concrete Table Type without instance

Open mrufsvold opened this issue 2 years ago • 0 comments

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[])?

mrufsvold avatar Mar 07 '24 00:03 mrufsvold