C# 클래스 Azavea.Open.DAO.Unqueryable.UnqueryableQuery
A query intended to be run against a data source that does not have any native query mechanism. Therefore this class merely stores the criteria used for the query, to be later used when manually processing the contents of the data source.
Since the queries have to be evaluated at read time (there is no queryability in the data source itself, we have to merely read it and discard rows that don't match) there is nothing to be done to "pre-process" the criteria, we just save it for the reader to use.