recorddefined
Recorddefined is a term used in computer science to denote that a data record is complete with respect to its declared fields. In theoretical discussions and in some programming contexts, a record r is said to be recorddefined if every field defined by its type has an associated defined value, rather than an undefined placeholder.
In formal terms, recorddefined(r) holds when for every field f of r’s type, the value of f
Applications of the notion include data validation, serialization, and query processing, where subsequent operations on records
Recorddefined is related to broader notions of definedness and totality and contrasts with partial records or