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