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

NativeSqlExecutionUiData

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

Native SQL Execution Data

interface NativeSqlExecutionUiData {
description?: string;
executionId?: bigint;
fallbackDescription?: string;
fallbackNodeToReason?: FallbackReason[];
numFallbackNodes?: number;
numNativeNodes?: number;
}

§Properties

§
description?: string
[src]

Optional. Description of the execution.

§
executionId?: bigint
[src]

Required. Execution ID of the Native SQL Execution.

§
fallbackDescription?: string
[src]

Optional. Description of the fallback.

§
fallbackNodeToReason?: FallbackReason[]
[src]

Optional. Fallback node to reason.

§
numFallbackNodes?: number
[src]

Optional. Number of nodes fallen back to Spark.

§
numNativeNodes?: number
[src]

Optional. Number of nodes in Native.