Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concatenation wrappers #19

Open
ExpandingMan opened this issue Mar 16, 2018 · 0 comments
Open

concatenation wrappers #19

ExpandingMan opened this issue Mar 16, 2018 · 0 comments

Comments

@ExpandingMan
Copy link
Owner

I would like the ability to concatenate ArrowVectors. Indeed, this is probably required to support many formats. I was thinking something like

struct Concatenation{J,P<:ArrowVector} <: ArrowVector
    comps::Vector{P}
end

Another alternative would be to create an ArrowVector with multiple index pointers, but that seems like it would get far more complicated, and the above takes better advantage of existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant