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

added a few map functions and tests for same. #635

Merged
merged 1 commit into from Aug 25, 2019
Merged

Conversation

lwhite1
Copy link
Collaborator

@lwhite1 lwhite1 commented Aug 25, 2019

Thanks for contributing.

Description

What was changed

Testing

Did you add a unit test?

@lwhite1 lwhite1 merged commit 8115fc4 into master Aug 25, 2019
@lwhite1 lwhite1 deleted the missingmaps branch August 25, 2019 15:02
* @return the new column
*/
default StringColumn concatenate(String append) {
default StringColumn concatenate(Column... stringColumns) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this take a StringColumn or is that too specific? Otherwise maybe this should be Column<?>...

I'm getting compilation warnings on lines 315, 350, and 354 due to missing generics

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

2 participants