BadgerDB
|
Public Types | |
enum | ExprType { Literal, Attribute, SubQuery } |
Public Member Functions | |
void | Set (PxxPnode *exprVal) |
void | Write (ostream &os) const |
PxxLiteral * | Lit () |
PxxAttrName * | AttrName () |
PxxQuery * | Sub () |
ExprType | Type () |
Definition at line 663 of file SqlParser.h.