Пример #1
0
void PlanOperation::setupPlanOperation() { computeDeferredIndexes(); }
Пример #2
0
void SmallestTableScan::setupPlanOperation() {
  computeDeferredIndexes();
}
Пример #3
0
void ProjectionScan::setupPlanOperation() {
  computeDeferredIndexes();
}