mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-26 08:00:01 +00:00
chore: display more info in explain
This commit is contained in:
@@ -269,7 +269,10 @@ impl DisplayAs for SeriesScan {
|
|||||||
)?;
|
)?;
|
||||||
match t {
|
match t {
|
||||||
DisplayFormatType::Default => self.stream_ctx.format_for_explain(false, f),
|
DisplayFormatType::Default => self.stream_ctx.format_for_explain(false, f),
|
||||||
DisplayFormatType::Verbose => self.stream_ctx.format_for_explain(true, f),
|
DisplayFormatType::Verbose => {
|
||||||
|
self.stream_ctx.format_for_explain(true, f)?;
|
||||||
|
self.metrics_list.format_verbose_metrics(f)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user