get_output_field_count

Function get_output_field_count 

Source
fn get_output_field_count(rel: &Rel) -> usize
Expand 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.