max method

Aggregate<double?> max()

Implementation

Aggregate<double?> max() => Aggregate(
    'MAX', node, 'max_$name', const NullableSqlType<double>(DoubleSqlType()));