Tuple Data Record
Jump to navigation
Jump to search
A Tuple Data Record is a multi-field data record that can represent a tuple (within a tuple data structure).
- Context:
- It can have a simple Data Record Schema (of single value attributes).
- It can range from being a Homogeneous Tuple Record to being a Heterogeneous Tuple Record.
- Example(s):
- a Database Table Record, such as a Relational Table Record.
- a Categorical Data Record.
- a Vector Data Record.
- a Tuple Learning Record.
- a Scala Tuple, Python Tuple, Perl Tuple, ...
- …
- Counter-Example(s):
- See: Tuple Data.
References
1996
- (Wall et al., 1996) ⇒ Larry Wall, Tom Christiansen, and Randal L. Schwartz. (1996). “Programming Perl, 2nd edition." O'Reilly. ISBN:1565921496
- tuple: In the lingo of relational databases, a record or line containing fields. See relation.