class AggrFunc

Defined in:

pocketlib/execute/aggrfunc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : AggregateFunctionEnum | Nil) #

[View source]

Instance Method Detail

def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def get_value #

[View source]

[View source]
def kind=(kind : AggregateFunctionEnum) #

[View source]
def new_value(column_value) #

[View source]