Package ai.rapids.cudf
Class AssertEmptyNulls
java.lang.Object
ai.rapids.cudf.AssertEmptyNulls
This class is a Helper class to assert there are no non-empty nulls in a ColumnView
The reason for the existence of this class is so that we can turn the asserts on/off when needed
by passing "-da:ai.rapids.cudf.AssertEmptyNulls". We need that behavior because we have tests
that explicitly test with ColumnViews that contain non-empty nulls but more importantly, there
could be cases where an external system may not have a requirement of nulls being empty, so for
us to work with those systems, we can turn off this assert in the field.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssertEmptyNulls
public AssertEmptyNulls()
-
-
Method Details
-
assertNullsAreEmpty
-