pub fn format_query_response(
response: &QueryResponse,
format: QueryOutputFormat,
) -> Result<String, String>Expand description
Format a query response for CLI stdout.
ยงErrors
Returns an error when QueryOutputFormat::Quiet cannot summarize the response (e.g. missing
aggregate fields after --execute).