print_tabular

Function print_tabular 

Source
pub fn print_tabular(
    result: &CqlResult,
    colorizer: &CqlColorizer,
    writer: &mut dyn Write,
)
Expand description

Format and print query results in tabular format.

Uses comfy-table for proper column alignment. Columns render at natural width (no terminal width constraint) — the pager handles horizontal scrolling. When a colorizer is provided, values and headers are colored.