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

SparkPlanGraphEdge

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

Represents a directed edge in the spark plan tree from child to parent.

interface SparkPlanGraphEdge {
fromId?: bigint;
toId?: bigint;
}

§Properties

§
fromId?: bigint
[src]
§
toId?: bigint
[src]