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

XPSCommonStats

import type { XPSCommonStats } from "https://googleapis.deno.dev/v1/language:v2.ts";

Common statistics for a column with a specified data type.

interface XPSCommonStats {
distinctValueCount?: bigint;
nullValueCount?: bigint;
validValueCount?: bigint;
}

§Properties

§
distinctValueCount?: bigint
[src]
§
nullValueCount?: bigint
[src]
§
validValueCount?: bigint
[src]