OmniSciDB
a5dc49c757
|
Variables | |
tuple | parser = ArgumentParser() |
tuple | required = parser.add_argument_group("required arguments") |
string | dest = "table_name" |
string | default = "omnisci_syn_bench" |
string | help = "Table name to contain all the generated random synthetic data." |
string | action = "store_true" |
tuple | args = parser.parse_args() |
is_remote_server = True | |
tuple | synthetic_table |
tuple | result_dir_name |
string | query_dir = "synthetic_benchmark/queries/" |
tuple | all_query_list = os.listdir(query_dir) |
list | benchmark_args = ["--user", args.user] |
tuple | refBench |
tuple | printer |
string run_synthetic_benchmark.action = "store_true" |
Definition at line 107 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.all_query_list = os.listdir(query_dir) |
Definition at line 183 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.args = parser.parse_args() |
Definition at line 120 of file run_synthetic_benchmark.py.
list run_synthetic_benchmark.benchmark_args = ["--user", args.user] |
Definition at line 186 of file run_synthetic_benchmark.py.
string run_synthetic_benchmark.default = "omnisci_syn_bench" |
Definition at line 31 of file run_synthetic_benchmark.py.
string run_synthetic_benchmark.dest = "table_name" |
Definition at line 30 of file run_synthetic_benchmark.py.
string run_synthetic_benchmark.help = "Table name to contain all the generated random synthetic data." |
Definition at line 32 of file run_synthetic_benchmark.py.
run_synthetic_benchmark.is_remote_server = True |
Definition at line 135 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.parser = ArgumentParser() |
Definition at line 10 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.printer |
Definition at line 228 of file run_synthetic_benchmark.py.
string run_synthetic_benchmark.query_dir = "synthetic_benchmark/queries/" |
Definition at line 181 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.refBench |
Definition at line 224 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.required = parser.add_argument_group("required arguments") |
Definition at line 11 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.result_dir_name |
Definition at line 167 of file run_synthetic_benchmark.py.
tuple run_synthetic_benchmark.synthetic_table |
Definition at line 140 of file run_synthetic_benchmark.py.