Returns the concatenation of REQUIRED_RECORD_FIELDS and customRecordFields.
Returns any custom fields in the record, beyond REQUIRED_RECORD_FIELDS.
Returns any custom fields in the record, beyond REQUIRED_RECORD_FIELDS.
By default, there are none.
Returns a filter that identifies data records.
Returns a filter that identifies data records. The default implementation is to invert errorFilter.
Returns only the error records in the provided dataframe
Returns only the error records in the provided dataset
Returns a dataset with the data of data records (the record envelope is removed).
Returns a dataframe with the data of data records (the record envelope is removed).
Base trait for the implicits that provide hints about how records are persisted.