mentat/query-algebrizer/src/clauses
Richard Newman df90c366af
Partial work from simple aggregates work (#497) r=nalexander
* Pre: make FindQuery, FindSpec, and Element non-Clone.
* Pre: make query translator return a Result.
* Pre: make projection return a Result.
* Pre: refactor query parser in preparation for parsing aggregates.
* Pre: rename PredicateFn -> QueryFunction.
* Pre: expose more about bound variables from CC.
* Pre: move ValueTypeSet to core.
2017-11-30 15:02:07 -08:00
..
convert.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
fulltext.rs Support variable fulltext searches. (#479) r=nalexander 2017-06-15 10:32:46 -07:00
ground.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
inputs.rs Review comments for #418. 2017-04-18 13:50:58 -07:00
mod.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
not.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
or.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
pattern.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
predicate.rs Partial work from simple aggregates work (#497) r=nalexander 2017-11-30 15:02:07 -08:00
resolve.rs Extend inequalities to Instants. (#439) r=fluffyemily,nalexander 2017-06-16 11:57:44 -07:00
where_fn.rs Implement fulltext. (#477) r=nalexander 2017-06-15 10:28:11 -07:00