BigQuery v0.0.13 BigQuery.Types.JobStatistics
Summary
Types
load_statistics()
load_statistics() :: %{inputFiles: integer, inputFileBytes: integer, outputRows: integer, outputBytes: integer}
query_statistic()
query_statistic() :: %{name: String.t, id: integer, waitRowAvg: float, waitRatioMax: float, readRatioAvg: float, readRatioMax: float, computeRatioAvg: float, computeRatioMax: float, writeRatioAvg: float, writeRatioMax: float, recordsRead: integer, recordsWritten: integer, steps: [query_step]}
query_statistics()
query_statistics() :: %{queryPlan: [query_statistic], totalBytesProcessed: integer, totalBytesBilled: integer, billingTier: integer, cacheHit: boolean}
t()
t() :: %BigQuery.Types.JobStatistics{creationTime: integer, endTime: integer, extract: extract_statistics, load: load_statistics, query: query_statistics, startTime: integer, totalBytesProcessed: integer}