SparkPlanGraph
import type { SparkPlanGraph } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
A graph used for storing information of an executionPlan of DataFrame.
interface SparkPlanGraph {
edges?: SparkPlanGraphEdge[];
executionId?: bigint;
nodes?: SparkPlanGraphNodeWrapper[];
}