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