Class AssertEmptyNulls

java.lang.Object
ai.rapids.cudf.AssertEmptyNulls

public class AssertEmptyNulls extends Object
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 Details

    • AssertEmptyNulls

      public AssertEmptyNulls()
  • Method Details

    • assertNullsAreEmpty

      public static void assertNullsAreEmpty(ColumnView cv)