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

AnalysisRuleList

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

A type of analysis rule that enables row-level analysis.

interface AnalysisRuleList {
joinColumns: string[];
listColumns: string[];
}

§Properties

§
joinColumns: string[]
[src]

Columns that can be used to join a configured table with the table of the member who can query and another members' configured tables.

§
listColumns: string[]
[src]

Columns that can be listed in the output.