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

RowFilter

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

A PartiQL predicate.

interface RowFilter {
AllRowsWildcard?: AllRowsWildcard | null;
FilterExpression?: string | null;
}

§Properties

§
AllRowsWildcard?: AllRowsWildcard | null
[src]

A wildcard for all rows.

§
FilterExpression?: string | null
[src]

A filter expression.