We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8e0ab commit 0a9084dCopy full SHA for 0a9084d
src/tables.jl
@@ -1,10 +1,8 @@
1
using Tables: Tables
2
3
-Tables.istable(::Type{<:StructVector}) = true
4
-Tables.rowaccess(::Type{<:StructVector}) = true
5
-Tables.columnaccess(::Type{<:StructVector}) = true
+Tables.isrowtable(::Type{<:StructVector}) = true
6
7
-Tables.rows(s::StructVector) = s
+Tables.columnaccess(::Type{<:StructVector}) = true
8
Tables.columns(s::StructVector) = fieldarrays(s)
9
10
Tables.schema(s::StructVector) = Tables.Schema(staticschema(eltype(s)))
0 commit comments