JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
Typedefs | |
typedef std::stack< std::pair< stackMod, std::vector< std::unique_ptr< joda::query::Predicate > > > > | predStack |
Enumerations | |
enum | aggFunction { NOAGG , AVG , COUNT , SUM , ATTSTAT , DISTINCT , MIN , MAX , COLLECT , HISTOGRAM } |
enum | projFun { NOPROJ , arrFlatProj , valProvProj , allCopyProj } |
enum | Atom_Value { NO_ATOM , ATOM_STRING , ATOM_NUMBER , ATOM_BOOL , ATOM_POINTER , ATOM_NULL } |
enum | Source_Value { NO_SOURCE , FILE_SOURCE , DIRECTORY_SOURCE , URL_SOURCE } |
enum | Comparison { NONE , GT , GTE , LT , LTE , EQU , NEQU } |
enum | stackMod { BASE , AND , OR } |
The grammar namespace provides all classes defining the JODA grammar
typedef std::stack< std::pair<stackMod, std::vector<std::unique_ptr<joda::query::Predicate> > > > joda::queryparsing::grammar::predStack |