class QR::QRMoreScalarExpr

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(the_scalar : QR::QRScalarItem, the_oper : QR::QRDualScalarOperation) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def collect_aggr_funcs(collection : Array(AggrFuncInUse)) #

[View source]
def tag : String #

[View source]
def tag=(tag : String) #

[View source]
def the_oper : QRDualScalarOperation #

[View source]
def the_oper=(the_oper : QRDualScalarOperation) #

[View source]
def the_scalar : QRScalarItem #

property the_scalar : ScalarItem


[View source]
def the_scalar=(the_scalar : QRScalarItem) #

property the_scalar : ScalarItem


[View source]