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.
arrow_columntable
1 parent 1e71aa6 commit f9d74ebCopy full SHA for f9d74eb
core/src/read.jl
@@ -1827,7 +1827,7 @@ function sqlite_columntable(
1827
end
1828
1829
"Alternative to Tables.columntable that converts time to our own to_datetime."
1830
-function arrow_columntable(table::Query, T::Type{<:Table})::NamedTuple
+function arrow_columntable(table::Arrow.Table, T::Type{<:Table})::NamedTuple
1831
nrows = length(first(table))
1832
names = fieldnames(T)
1833
types = fieldtypes(T)
0 commit comments