OmniSciDB
a5dc49c757
|
Classes | |
class | OmniCon |
Functions | |
def | getOptions |
def | create_table |
def | gen_data |
def | bench_streaming_sql_inserts |
def | bench_bulk_columnar |
def | bench_bulk_arrow |
def | bench_streaming_columnar |
def | main |
def bench_batch_streaming_ingest.bench_bulk_arrow | ( | omni_con, | |
table_name, | |||
data | |||
) |
Definition at line 67 of file bench_batch_streaming_ingest.py.
Referenced by main().
def bench_batch_streaming_ingest.bench_bulk_columnar | ( | omni_con, | |
table_name, | |||
data | |||
) |
Definition at line 58 of file bench_batch_streaming_ingest.py.
Referenced by main().
def bench_batch_streaming_ingest.bench_streaming_columnar | ( | omni_con, | |
table_name, | |||
data | |||
) |
Definition at line 77 of file bench_batch_streaming_ingest.py.
def bench_batch_streaming_ingest.bench_streaming_sql_inserts | ( | omni_con, | |
table_name, | |||
data | |||
) |
Definition at line 44 of file bench_batch_streaming_ingest.py.
Referenced by main().
def bench_batch_streaming_ingest.create_table | ( | omni_con, | |
table_name, | |||
is_temporary = False , |
|||
max_rollback_epochs = -1 |
|||
) |
Definition at line 31 of file bench_batch_streaming_ingest.py.
Referenced by Parser::CreateTableAsSelectStmt.execute(), and run_query_external().
def bench_batch_streaming_ingest.gen_data | ( | num_rows | ) |
def bench_batch_streaming_ingest.getOptions | ( | args = None | ) |
Definition at line 10 of file bench_batch_streaming_ingest.py.
Referenced by main().
def bench_batch_streaming_ingest.main | ( | argv | ) |
Definition at line 88 of file bench_batch_streaming_ingest.py.
References bench_bulk_arrow(), bench_bulk_columnar(), bench_streaming_sql_inserts(), gen_data(), and getOptions().