We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80971a5 commit de95d68Copy full SHA for de95d68
src/tables.jl
@@ -6,4 +6,4 @@ Tables.columnaccess(::Type{<:StructVector}) = true
6
Tables.rows(s::StructVector) = s
7
Tables.columns(s::StructVector) = fieldarrays(s)
8
9
-Tables.schema(s::StructVector) = Tables.Schema(eltype(s))
+Tables.schema(s::StructVector) = Tables.Schema(staticschema(eltype(s)))
0 commit comments