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

Join reftype #890

Closed
wants to merge 2 commits into from
Closed

Join reftype #890

wants to merge 2 commits into from

Conversation

gustafsson
Copy link
Contributor

join: let the user specify a larger reftype if DEFAULT_POOLED_REF_TYPE isn't large enough

It would be possible to add a detection for when larger datatypes are needed:

prod([length(unique(df1[c]))+length(unique(df2[c]))+1 for c=on]) > typemax(DataArrays.DEFAULT_POOLED_REF_TYPE)

Johan Gustafsson added 2 commits November 22, 2015 15:49
…E isn't large enough

It would be possible to add a detection for when larger datatypes are needed:

prod([length(unique(df1[c]))+length(unique(df2[c]))+1 for c=on]) > typemax(DataArrays.DEFAULT_POOLED_REF_TYPE)
@gustafsson
Copy link
Contributor Author

Replaced by #892

@gustafsson gustafsson closed this Nov 22, 2015
@gustafsson gustafsson deleted the join-reftype branch November 22, 2015 23:13
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

Successfully merging this pull request may close these issues.

1 participant