Example #1
0
void PlanOperation::setupPlanOperation() { computeDeferredIndexes(); }
Example #2
0
void SmallestTableScan::setupPlanOperation() {
  computeDeferredIndexes();
}
Example #3
0
void ProjectionScan::setupPlanOperation() {
  computeDeferredIndexes();
}