stanza
stanza
Field
sum method
sum
stanza
stanza
Field
sum method
Field class
Constructors
Field
Properties
name
qualifiedName
sql
hashCode
runtimeType
Methods
aggregate
avg
count
max
min
rename
sum
noSuchMethod
toString
Operators
operator ==
sum
method
Field
sum
(
)
Perform a SUM operation on a field.
Implementation
Field sum() { _operation = 'SUM'; return this; }