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

Create multi-family random access reader #73

Closed
je-ik opened this issue Mar 1, 2018 · 1 comment
Closed

Create multi-family random access reader #73

je-ik opened this issue Mar 1, 2018 · 1 comment

Comments

@je-ik
Copy link
Collaborator

je-ik commented Mar 1, 2018

It is necessary to allow reading from multiple random-access families by a single (wrapper) random access reader. The reader might be constructed using a builder:

 RandomAccessReader multi = MultiRandomReader.newBuilder()
     .addReader(reader1, attr1, attr2, attr3)
     .addReader(reader2, attr4, attr5)
     ...
     .build()
je-ik referenced this issue in datadrivencz/proxima-platform Mar 1, 2018
je-ik referenced this issue in datadrivencz/proxima-platform Mar 1, 2018
je-ik referenced this issue in datadrivencz/proxima-platform Mar 1, 2018
[proxima-core] #73 add multi random reader into core
@je-ik
Copy link
Collaborator Author

je-ik commented Mar 1, 2018

Implemented.

@je-ik je-ik closed this as completed Mar 1, 2018
je-ik added a commit that referenced this issue May 18, 2018
[proxima-tools] add additional transforms to WindowedStream
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

No branches or pull requests

1 participant