pub fn build_input_stream_end_frame(
correlation_id: u64,
stream_id: u16,
row_count: u64,
chunk_count: u64,
committed_rid: u64,
snapshot_lsn: u64,
cancelled: bool,
) -> Result<Frame>Expand description
Build the input-stream StreamEnd frame.