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

export interfaceValues since it is returned from DisticntReduce #4721

Merged
merged 2 commits into from
Nov 10, 2015

Conversation

nathanielc
Copy link
Contributor

I need to be able to convert the values returned from Reduce function into something meaning full on my end. Since interfaceValues was not exported I could not type assert it and then iterate over its values. Exporting it allows for this behavior. Exporting seemed better than iterating over it after sorting in order to return a []interface{}.

@otoolep
Copy link
Contributor

otoolep commented Nov 9, 2015

Fine with me. I feel @benbjohnson should be informed since he's working in this area (I believe).

@benbjohnson
Copy link
Contributor

Works for me.

nathanielc pushed a commit that referenced this pull request Nov 10, 2015
export interfaceValues since it is returned from DisticntReduce
@nathanielc nathanielc merged commit fb07f2f into master Nov 10, 2015
@nathanielc nathanielc deleted the nc-export-interfaceValues branch November 10, 2015 00:03
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.

None yet

3 participants