Row (with schema) Accessing non existent field throws an exception | 2 ms | Passed |
Row (with schema) fieldIndex(name) returns field index | 2 ms | Passed |
Row (with schema) getAs() on type extending AnyVal does not throw exception when value is null | 1 ms | Passed |
Row (with schema) getAs() on type extending AnyVal throws an exception when accessing field that is null | 2 ms | Passed |
Row (with schema) getAs[T] retrieves a value by fieldname | 2 ms | Passed |
Row (with schema) getValuesMap() retrieves null value on non AnyVal Type | 1 ms | Passed |
Row (with schema) getValuesMap() retrieves values of multiple fields as a Map(field -> value) | 2 ms | Passed |
Row (without schema) throws an exception when accessing by fieldName | 4 ms | Passed |
row equals equality check for external rows | 0 ms | Passed |
row equals equality check for internal rows | 1 ms | Passed |
row immutability copy should return same ref for external rows | 5 ms | Passed |
row immutability toSeq should not expose internal state for external rows | 14 ms | Passed |
row immutability toSeq should not expose internal state for internal rows | 0 ms | Passed |