forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Fix issue #622 Join memory issue #629

Closed maryannxue closed 10 years ago

maryannxue commented 10 years ago

The changes include QueryPlan / Scanner / ResultIterator refactoring:

  1. Remove Scanner interface.
  2. Move all Scanner methods into QueryPlan.