Routine
import type { Routine } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";
Represents a bigquery routine.
interface Routine {
definitionBody?: string;
routineType?: "ROUTINE_TYPE_UNSPECIFIED" | "TABLE_VALUED_FUNCTION";
}import type { Routine } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";
Represents a bigquery routine.