Skip to main content

Module type_report

Module type_report 

Source
Expand description

rivet check --type-report — tabular and JSON output.

Roadmap §9 (“Type Fidelity Report”) and §16 (“BigQuery Compatibility Layer”). Renders a Vec<TypeMapping> plus any PolicyViolations as either a fixed-width terminal table or newline-delimited JSON.

Structs§

ExportTypeReport
One export’s type-report data.
TypeReportRow
One row in the type report (and the JSON output — roadmap §9).

Functions§

collect_report
Collect type mappings for one export from a live connection.
print_table
Print the report as a human-readable table to stdout.