Builder

class Builder

Properties

Link copied to clipboard

The column data types of the returned result set.

Link copied to clipboard

A pagination token that can be used again on a Query call to get the next set of results.

Link copied to clipboard

A unique ID for the given query.

Link copied to clipboard

Information about the status of the query, including progress and bytes scanned.

Link copied to clipboard
var rows: List<Row>?

The result set rows returned by the query.

Functions

Link copied to clipboard