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

✨ Implement slice for DataStream #204

Merged
merged 10 commits into from
Nov 28, 2023
Merged

✨ Implement slice for DataStream #204

merged 10 commits into from
Nov 28, 2023

Conversation

pleonex
Copy link
Member

@pleonex pleonex commented Nov 28, 2023

Implement a new API Slice that helps to create sub stream from a DataStream.
This PR finished the work from #150

This PR closes #143

Quality check list

  • Related code has been tested automatically or manually
  • Related documentation is updated
  • I acknowledge I have read and filled this checklist and accept the
    developer certificate of origin

Acceptance criteria

  • New API Slice that creates a new DataStream from a start and length.

Follow-up work

None

Example

stream.Slice(long start)
stream.Slice(long start, long length)

@pleonex pleonex self-assigned this Nov 28, 2023
@pleonex pleonex merged commit 94024b1 into develop Nov 28, 2023
5 checks passed
@pleonex pleonex deleted the feature/143-slice branch November 28, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement method Slice in DataStream
2 participants