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