pub fn print_expanded(
result: &CqlResult,
colorizer: &CqlColorizer,
writer: &mut dyn Write,
)Expand description
Format and print query results in expanded (vertical) format.
Each row is printed as a block with @ Row N header, followed by
column_name | value pairs. Matches Python cqlsh EXPAND ON behavior.