Function generate_fragments_string

Source
fn generate_fragments_string(
    fragments: &TableFragmentInfo,
) -> Result<RwPgResponse, RwError>
Expand description

The implementation largely copied from crate::utils::stream_graph_formatter::StreamGraphFormatter. The input is different, so we need separate implementation.