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
It would be handy to have, say, Feather.description to return the description string. Would it be worthwhile creating a Feather.File type, analogous to CSV.File, that would just go through the loaddata step (with validation) and perhaps create the CTable from the Vector{UInt8} of the memory-mapped file.
The text was updated successfully, but these errors were encountered:
See the slack discussion https://julialang.slack.com/archives/C674VR0HH/p1582304415448000.
It would be handy to have, say,
Feather.description
to return the description string. Would it be worthwhile creating aFeather.File
type, analogous toCSV.File
, that would just go through theloaddata
step (with validation) and perhaps create theCTable
from theVector{UInt8}
of the memory-mapped file.The text was updated successfully, but these errors were encountered: