BadgerDB
Public Types | Public Member Functions
PxxAggrFunc Class Reference
Inheritance diagram for PxxAggrFunc:
PxxPnode

List of all members.

Public Types

enum  AggrFunc {
  Avg, Count, Min, Max,
  Sum
}
enum  NodeType {
  Query, Create, CreateIndex, Delete,
  Drop, DropIndex, Insert, AttrName,
  AggrFunc, RelName, DataType, AttrType,
  Value, List, Predicate, PredTree,
  Literal
}

Public Member Functions

 PxxAggrFunc (PxxAttrName *aname, AggrFunc afunc)
NodeType MyType () const
void Write (ostream &os) const

Detailed Description

Definition at line 433 of file SqlParser.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends