pub fn build_row_inserts_request(
events: &[&Box<dyn Event>],
) -> Result<RowInsertRequests>
Expand description
Builds the row inserts request for the events that will be persisted to the events table. The events
should have the same event type, or it will return an error.