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 functionality #7

Open
luucvanderzee opened this issue Aug 22, 2019 · 0 comments
Open

Join functionality #7

luucvanderzee opened this issue Aug 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@luucvanderzee
Copy link
Contributor

luucvanderzee commented Aug 22, 2019

Add functionality to join DataContainers, something like

const container1 = new DataContainer(someData)
const container2 = new DataContainer(someOtherData)

const joined = container1.join(container2, {
  join: 'inner',
  fromKey: 'keyColumn',
  toKey: 'otherKeyColumn'
})
@luucvanderzee luucvanderzee added the enhancement New feature or request label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant