We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1f4f3 commit 23d2717Copy full SHA for 23d2717
hub/scan_metadata.go
@@ -29,7 +29,7 @@ func (m ScanMetadata) AsResultRow() map[string]interface{} {
29
"rows_fetched": m.RowsFetched,
30
"hydrate_calls": m.HydrateCalls,
31
"start_time": m.StartTime,
32
- "duration": m.Duration.Seconds(),
+ "duration": m.Duration.Milliseconds(),
33
"columns": m.Columns,
34
}
35
if m.Limit != -1 {
0 commit comments