summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/qe
AgeCommit message (Expand)Author
2006-09-08Add method to clear cached executor reference.Brian S. O'Neill
2006-09-08Renamed getStorage to getRootStorage.Brian S. O'Neill
2006-09-08Use OrderingList class everywhere.Brian S. O'Neill
2006-09-08Make better use of OrderingList class.Brian S. O'Neill
2006-09-07Initial tests and fixes for union query analysis.Brian S. O'Neill
2006-09-06Short-circuit if re-calc eliminates needs for union.Brian S. O'Neill
2006-09-06Resolve orderings with unspecified direction.Brian S. O'Neill
2006-09-05More progress on total ordering support.Brian S. O'Neill
2006-09-05comment typoBrian S. O'Neill
2006-09-05Added support to get free and unused orderings.Brian S. O'Neill
2006-09-04Rollback from revision 69.Brian S. O'Neill
2006-09-04Ensure remainder orderings have a specified direction.Brian S. O'Neill
2006-09-04OrderingScore supports automatic ordering direction when unspecified.Brian S. O'Neill
2006-09-04More progress on union analysis.Brian S. O'Neill
2006-09-04Test to ensure redundant orderings are eliminated.Brian S. O'Neill
2006-09-04Added FIXME.Brian S. O'Neill
2006-09-04Removed extra constructors.Brian S. O'Neill
2006-09-03Manage ordering properties with lists.Brian S. O'Neill
2006-09-03More work on query engine.Brian S. O'Neill
2006-08-30Add new query engineBrian S. O'Neill