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