Struct aws_sdk_athena::model::ResultSetMetadata
source · #[non_exhaustive]pub struct ResultSetMetadata { /* private fields */ }
Expand description
The metadata that describes the column structure and data types of a table of query results. To return a ResultSetMetadata
object, use GetQueryResults
.
Implementations§
source§impl ResultSetMetadata
impl ResultSetMetadata
sourcepub fn column_info(&self) -> Option<&[ColumnInfo]>
pub fn column_info(&self) -> Option<&[ColumnInfo]>
Information about the columns returned in a query result metadata.
source§impl ResultSetMetadata
impl ResultSetMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResultSetMetadata
.
Trait Implementations§
source§impl Clone for ResultSetMetadata
impl Clone for ResultSetMetadata
source§fn clone(&self) -> ResultSetMetadata
fn clone(&self) -> ResultSetMetadata
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 ResultSetMetadata
impl Debug for ResultSetMetadata
source§impl PartialEq<ResultSetMetadata> for ResultSetMetadata
impl PartialEq<ResultSetMetadata> for ResultSetMetadata
source§fn eq(&self, other: &ResultSetMetadata) -> bool
fn eq(&self, other: &ResultSetMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.