class QR::SubQuery
- QR::SubQuery
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pocketlib/qr.crConstructors
Instance Method Summary
- #aggr_funcs_in_project : Array(AggrFuncInCol) | Nil
- #aggr_funcs_in_project=(aggr_funcs_in_project : Array(AggrFuncInCol) | Nil)
- #collect_aggr_funcs(collection : Array(AggrFuncInUse))
- #derived_as : QRASTableCols | Nil
- #derived_as=(derived_as : QRASTableCols | Nil)
- #distinct : Bool
- #distinct=(distinct : Bool)
- #dump
- #groupby : Array(QRGroupBy) | Nil
- #groupby=(groupby : Array(QRGroupBy) | Nil)
- #having : QRWhere | Nil
- #having=(having : QRWhere | Nil)
- #project : QRProject | Nil
- #project=(project : QRProject | Nil)
- #tag_SubQuery : String
- #tag_SubQuery=(tag_SubQuery : String)
-
#the_from : QFrom
property from : QR::SubQuery | LoadData?
-
#the_from=(the_from : QFrom)
property from : QR::SubQuery | LoadData?
- #whereexpr : QRWhere | Nil
- #whereexpr=(whereexpr : QRWhere | Nil)
- #window : QRWindow | Nil
- #window=(window : QRWindow | Nil)