34353637383940
/** * The constructor initializing the cost-based optimizer with the default strategies */ public MemoryIndexCostBasedOptimizer() { super(new MemoryIndexOperatorGraphGenerator()); }