-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add method to create RecordBatch in SysEventStore (#25610)
- This commit allows `RecordBatch` to be created directly from event store. It means we can avoid cloning events and avoids creating intermediate vec. To achieve that, there's a new method `as_record_batch` that's been added with a trait bound `ToRecordBatch` that events are expected to implement. - Minor tidy ups (renaming methods) and added test closes: #25609
- Loading branch information
1 parent
43755c2
commit f23aa0d
Showing
1 changed file
with
165 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters