ExpandingMan
ExpandingMan
It has been suggested on discourse that I should be using `IO` objects, which may essentially already do what would be required from `reinterpret` for performant IO. I definitely need...
We need proper unit testing so that we can make changes and merge PR's properly. I'll try to get to this right after I do 0.7 updates.
I've implemented the `arrowview` function for `Primitive`s which returns another `Primitive` which is essentially a view of the first. I need to finish implementing this for other `ArrowVector` types. This...
This would simplify the interface somewhat, but it will be a fair bit of work to propagate all the necessary changes through the code. Am slightly worried this would make...
I would like the ability to concatenate `ArrowVector`s. Indeed, this is probably required to support many formats. I was thinking something like ```julia struct Concatenation{J,P
I'd like to add some "conversion wrappers" i.e. something like ```julia struct Converter{J,P
To identify performance pitfalls (and also scary 0.7 regressions which occur in some cases), I should thoroughly go through all of the important code with [this](https://github.com/MikeInnes/Traceur.jl) wonderful tool.
This should be straightforward but will require lots of changes. The new `Primitive` definition should be ```julia struct Primitive{J,T
## Description of the requested feature I'm not entirely sure whether this should be considered a new feature or a bug, or if there's already some way of doing this...
Hello all. I have, over the past couple of months, been extremely determined to completely solve what I consider to be an unfortunate state of affairs with `S3Path` from AWSS3.jl....