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

Support arbitrary AbstractArrays for refs #315

Open
Marlin-Na opened this issue Dec 26, 2020 · 1 comment
Open

Support arbitrary AbstractArrays for refs #315

Marlin-Na opened this issue Dec 26, 2020 · 1 comment

Comments

@Marlin-Na
Copy link
Contributor

I wonder if there is plan to support arbitrary abstractarrays type for storing refs array? In certain cases, there might be interest from user to use a more efficient array storage - for example, using run length encoding to store repeated values, or using a lazy on-disk array type when representing a large dataset.

Alternatively, I would suggest to make AbstractCategoricalArray more easily extendable by defining several interface methods.

@nalimilan
Copy link
Member

Nobody has requested this until now so this hasn't been considered. If you're interested in that you could try seeing whether it would be doable without making the code significantly more complex.

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

2 participants