Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SqlPlanMetric

import 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]