Struct rusoto_athena::ResultSet [] [src]

pub struct ResultSet {
    pub result_set_metadata: Option<ResultSetMetadata>,
    pub rows: Option<Vec<Row>>,
}

The metadata and rows that comprise a query result set. The metadata describes the column structure and data types.

Fields

The metadata that describes the column structure and data types of a table of query results.

The rows in the table.

Trait Implementations

impl Default for ResultSet
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ResultSet
[src]

[src]

Formats the value using the given formatter.

impl Clone for ResultSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more