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

Row

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

The rows that comprise a query result table.

interface Row {
Data?: Datum[] | null;
}

§Properties

§
Data?: Datum[] | null
[src]

The data that populates a row in a query result table.