Requires the column records type to be a subtype of num (i.e. non-null!)
Mask gt(num reference) => cast<num>().map((element) => element > reference).toList().cast<bool>();