Sometimes I do not care about the exact values of a row, I just want to assure that every value is present. Therefore I think something like `row.hasNoNullValues()` would be a helpful addition.
Sometimes I do not care about the exact values of a row, I just want to assure that every value is present.
Therefore I think something like
row.hasNoNullValues()would be a helpful addition.