Class: Aws::Glue::Types::GlueTable

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The database and table in the Glue Data Catalog that is used for input or output data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsHash<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.

Returns:

  • (Hash<String,String>)


12592
12593
12594
12595
12596
12597
12598
12599
12600
# File 'lib/aws-sdk-glue/types.rb', line 12592

class GlueTable < Struct.new(
  :database_name,
  :table_name,
  :catalog_id,
  :connection_name,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_idString

A unique identifier for the Glue Data Catalog.

Returns:

  • (String)


12592
12593
12594
12595
12596
12597
12598
12599
12600
# File 'lib/aws-sdk-glue/types.rb', line 12592

class GlueTable < Struct.new(
  :database_name,
  :table_name,
  :catalog_id,
  :connection_name,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection to the Glue Data Catalog.

Returns:

  • (String)


12592
12593
12594
12595
12596
12597
12598
12599
12600
# File 'lib/aws-sdk-glue/types.rb', line 12592

class GlueTable < Struct.new(
  :database_name,
  :table_name,
  :catalog_id,
  :connection_name,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

A database name in the Glue Data Catalog.

Returns:

  • (String)


12592
12593
12594
12595
12596
12597
12598
12599
12600
# File 'lib/aws-sdk-glue/types.rb', line 12592

class GlueTable < Struct.new(
  :database_name,
  :table_name,
  :catalog_id,
  :connection_name,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

A table name in the Glue Data Catalog.

Returns:

  • (String)


12592
12593
12594
12595
12596
12597
12598
12599
12600
# File 'lib/aws-sdk-glue/types.rb', line 12592

class GlueTable < Struct.new(
  :database_name,
  :table_name,
  :catalog_id,
  :connection_name,
  :additional_options)
  SENSITIVE = []
  include Aws::Structure
end