SparkPlanGraphEdgeCopyimport 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]