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

SparkPlanGraphNode

import type { SparkPlanGraphNode } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Represents a node in the spark plan tree.

interface SparkPlanGraphNode {
desc?: string;
metrics?: SqlPlanMetric[];
name?: string;
sparkPlanGraphNodeId?: bigint;
}

§Properties

§
desc?: string
[src]
§
name?: string
[src]
§
sparkPlanGraphNodeId?: bigint
[src]