3#include <mutable/mutable-config.hpp>
Singleton class representing options provided as command line argument to the binaries.
bool list_cardinality_estimators
bool dryrun
If true, do not pass the query to the backend for execution.
bool train_cost_models
If true, run the procedure to train cost models for query building blocks at startup.
const char * injected_cardinalities_file
const char * output_partial_plans_file
bool list_table_properties
bool list_plan_enumerators
bool benchmark
If true, the results of queries are dropped and not passed back to the user.
Options(const Options &)=delete
PlanTableType
Type of plan tables available for query optimization.
const char * plugins
A comma seperated list of libraries that are loaded dynamically.
Options & operator=(const Options &)=delete