fn parse_export_logs_service_request_to_rows(
request: ExportLogsServiceRequest,
select_info: Box<SelectInfo>,
existing_schema: Option<&ExistingLogSchema>,
table_name: &str,
) -> Result<Rows>fn parse_export_logs_service_request_to_rows(
request: ExportLogsServiceRequest,
select_info: Box<SelectInfo>,
existing_schema: Option<&ExistingLogSchema>,
table_name: &str,
) -> Result<Rows>