pub fn stream_metadata_from_batch_row(
batch: &RecordBatch,
row: usize,
) -> Result<StreamMetadata, Error>Expand description
Creates a StreamMetadata from a row of the streams view’s (unprefixed) columns.
pub fn stream_metadata_from_batch_row(
batch: &RecordBatch,
row: usize,
) -> Result<StreamMetadata, Error>Creates a StreamMetadata from a row of the streams view’s (unprefixed) columns.