Get a Mask by mapping test to the column records.
test
Mask maskFrom(bool Function(E) test) => map(test).toList().cast<bool>();