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

ColumnStatisticsConfiguration

import type { ColumnStatisticsConfiguration } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";

Configuration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select evaluations and override parameters of evaluations for particular columns.

interface ColumnStatisticsConfiguration {
Selectors?: ColumnSelector[] | null;
}

§Properties

§
Selectors?: ColumnSelector[] | null
[src]

List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.

§

Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.