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

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 {
executionId?: bigint;
}

§Properties

§
executionId?: bigint
[src]