OmniSciDB
a5dc49c757
|
Classes | |
class | HeavyAICon |
Functions | |
def | getOptions |
def | create_and_import_into_table |
def | gen_data |
def | bench_update_query |
def | main |
def bench_update.bench_update_query | ( | heavyai_con, | |
table_name, | |||
tag | |||
) |
def bench_update.create_and_import_into_table | ( | heavyai_con, | |
table_name, | |||
file_path | |||
) |
Definition at line 28 of file bench_update.py.
Referenced by main().
def bench_update.gen_data | ( | num_rows | ) |
Definition at line 36 of file bench_update.py.
Referenced by main().
def bench_update.getOptions | ( | args = None | ) |
Definition at line 9 of file bench_update.py.
Referenced by main().
def bench_update.main | ( | argv | ) |
Definition at line 52 of file bench_update.py.
References bench_update_query(), create_and_import_into_table(), gen_data(), and getOptions().