Method: Egis::Database#table
- Defined in:
- lib/egis/database.rb
#table(table_name, table_schema, table_location, **options) ⇒ Egis::Table
Creates Table object. Executing it doesn’t create Athena table yet.
34 35 36 |
# File 'lib/egis/database.rb', line 34 def table(table_name, table_schema, table_location, **) Table.new(self, table_name, table_schema, table_location, client: client, options: ) end |