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 57224af commit 2eee3a3Copy full SHA for 2eee3a3
src/table/dtable_column.jl
@@ -76,5 +76,5 @@ function iterate(dtc::DTableColumn, iter)
76
return dtc._iter
77
end
78
79
-Base.eltype(dtc::DTableColumn) = Tables.schema(Tables.columns(dtc.dtable)).types[dtc.col]
+Base.eltype(dtc::DTableColumn) = schema(columns(dtc.dtable)).types[dtc.col]
80
Base.collect(dtc::DTableColumn) = _getcolumn(dtc.dtable, dtc.col)
0 commit comments