SqlPlanMetricCopyimport type { SqlPlanMetric } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";Metrics related to SQL execution. interface SqlPlanMetric {accumulatorId?: bigint;metricType?: string;name?: string;}§Properties§accumulatorId?: bigint[src]§metricType?: string[src]§name?: string[src]