SparkPlanGraphCluster
import type { SparkPlanGraphCluster } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Represents a tree of spark plan.
interface SparkPlanGraphCluster {
desc?: string;
metrics?: SqlPlanMetric[];
name?: string;
nodes?: SparkPlanGraphNodeWrapper[];
sparkPlanGraphClusterId?: bigint;
}