Struct aws_sdk_glue::model::GlueTable
source · #[non_exhaustive]pub struct GlueTable { /* private fields */ }Expand description
The database and table in the Glue Data Catalog that is used for input or output data.
Implementations§
source§impl GlueTable
impl GlueTable
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
A database name in the Glue Data Catalog.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
A table name in the Glue Data Catalog.
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
A unique identifier for the Glue Data Catalog.
sourcepub fn connection_name(&self) -> Option<&str>
pub fn connection_name(&self) -> Option<&str>
The name of the connection to the Glue Data Catalog.
sourcepub fn additional_options(&self) -> Option<&HashMap<String, String>>
pub fn additional_options(&self) -> Option<&HashMap<String, String>>
Additional options for the table. Currently there are two keys supported:
-
pushDownPredicate: to filter on partitions without having to list and read all the files in your dataset. -
catalogPartitionPredicate: to use server-side partition pruning using partition indexes in the Glue Data Catalog.