Use this as the body of a getter to declare a column that holds floating point numbers. Example
RealColumn get averageSpeed => real()();
@protected ColumnBuilder<double> real() => _isGenerated();