re_format_arrow

Function format_dataframe_with_metadata

Source
pub(crate) fn format_dataframe_with_metadata(
    metadata: &BTreeMap<String, String>,
    fields: &Fields,
    columns: &[ArrayRef],
    opts: &RecordBatchFormatOpts,
) -> Table