fn get_output_field_count(rel: &Rel) -> usizeExpand description
Return the number of output columns for a relation.
Extension relations are excluded here intentionally: their output column
count is carried as the usize in the (Rel, usize) returned by
build_rel / parse_extension_relation, so they never reach this function.