Struct rusoto_athena::QueryExecutionStatistics [] [src]

pub struct QueryExecutionStatistics {
    pub data_scanned_in_bytes: Option<i64>,
    pub engine_execution_time_in_millis: Option<i64>,
}

The amount of data scanned during the query execution and the amount of time that it took to execute.

Fields

The number of bytes in the data that was queried.

The number of milliseconds that the query took to execute.

Trait Implementations

impl Default for QueryExecutionStatistics
[src]

[src]

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

impl Debug for QueryExecutionStatistics
[src]

[src]

Formats the value using the given formatter.

impl Clone for QueryExecutionStatistics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more