MCPcopy Create free account
hub / github.com/apache/impala / make_create_table_sql

Method make_create_table_sql

tests/comparison/db_connection.py:1144–1147  ·  view source on GitHub ↗
(self, table)

Source from the content-addressed store, hash-verified

1142 LOG.warn('Could not create index on %s.%s: %s' % (table_name, col.name, e))
1143
1144 def make_create_table_sql(self, table):
1145 table_sql = super(MySQLConnection, self).make_create_table_sql(table)
1146 table_sql += ' ENGINE = MYISAM'
1147 return table_sql
1148
1149
1150class OracleCursor(DbCursor):

Callers

nothing calls this directly

Calls 1

make_create_table_sqlMethod · 0.45

Tested by

no test coverage detected