Struct aws_sdk_athena::model::QueryExecutionContext
source · #[non_exhaustive]pub struct QueryExecutionContext { /* private fields */ }
Expand description
The database and data catalog context in which the query execution occurs.
Implementations§
source§impl QueryExecutionContext
impl QueryExecutionContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryExecutionContext
.
Trait Implementations§
source§impl Clone for QueryExecutionContext
impl Clone for QueryExecutionContext
source§fn clone(&self) -> QueryExecutionContext
fn clone(&self) -> QueryExecutionContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryExecutionContext
impl Debug for QueryExecutionContext
source§impl PartialEq<QueryExecutionContext> for QueryExecutionContext
impl PartialEq<QueryExecutionContext> for QueryExecutionContext
source§fn eq(&self, other: &QueryExecutionContext) -> bool
fn eq(&self, other: &QueryExecutionContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.