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

AggregateColumn

import type { AggregateColumn } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";

Column in configured table that can be used in aggregate function in query.

interface AggregateColumn {
columnNames: string[];
}

§Properties

§
columnNames: string[]
[src]

Column names in configured table of aggregate columns.

§

Aggregation function that can be applied to aggregate column in query.