Esempio n. 1
0
void PlanOperation::setupPlanOperation() { computeDeferredIndexes(); }
Esempio n. 2
0
void SmallestTableScan::setupPlanOperation() {
  computeDeferredIndexes();
}
Esempio n. 3
0
void ProjectionScan::setupPlanOperation() {
  computeDeferredIndexes();
}