You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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[])?
The text was updated successfully, but these errors were encountered:
mrufsvold
changed the title
How to explicitly construct a Table Type without instance
How to explicitly construct a Concrete Table Type without instance
Mar 7, 2024
I have a pipeline where I use
TypedTable
s. 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 byTable(a=Int[])
?The text was updated successfully, but these errors were encountered: