pub trait SchemaTestExt {
// Required method
fn format_snapshot(&self) -> String;
}Required Methods§
Sourcefn format_snapshot(&self) -> String
fn format_snapshot(&self) -> String
Formats a record batch in a snapshot-friendly way.
pub trait SchemaTestExt {
// Required method
fn format_snapshot(&self) -> String;
}Formats a record batch in a snapshot-friendly way.