alpbench.util.commonΒΆ
Functions
|
Format an insert query for a given table and values. |
|
Format a select query for a given table and where clause. |
|
Get the fully qualified name of a class. |
|
Instantiate a class by its fully qualified name. |
- alpbench.util.common.format_insert_query(table_name, values)[source]ΒΆ
Format an insert query for a given table and values.
- alpbench.util.common.format_select_query(table_name, where=None)[source]ΒΆ
Format a select query for a given table and where clause.