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

indexing 64-bit unsigned integer columns #712

Open
eloyfelix opened this issue Nov 18, 2018 · 1 comment
Open

indexing 64-bit unsigned integer columns #712

eloyfelix opened this issue Nov 18, 2018 · 1 comment

Comments

@eloyfelix
Copy link

Hi,

I need to be able to index uint64 columns for an application I'm writing. As far as I can see this is not implemented but it's still possible to do it.

raise NotImplementedError(

I'm not sure I would be able to implement it by myself but I would also appreciate some guidance in order to do it.

Many thanks,
Eloy.

@FrancescAlted
Copy link
Member

I think the problem stems from the fact that (very) old versions of MSVC did not support uint64. This has possibly changed now.

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

No branches or pull requests

3 participants