tuple
Appearance
See also: -tuple
English
[edit]Etymology
[edit]From the ending of the words quintuple, sextuple; from Latin -plus.
Pronunciation
[edit]- (UK) IPA(key): /ˈtʊpəl/, /ˈt͡ʃuːpəl/, /ˈtjuːpəl/, /ˈtʌpəl/
- (US) IPA(key): /ˈtuːpəl/, /ˈtʌpəl/
- Rhymes: -uːpəl, -ʌpəl
Noun
[edit]tuple (plural tuples)
- (set theory) A finite sequence of terms.
- Hyponyms: (n terms) n-tuple, (two terms) ordered pair, (three terms) triple, triplet
- (databases) A single row in a relational database.
- (computing) A set of comma-separated values passed to a program or operating system as a parameter to a function call.
- (programming) A fixed-size container data type similar to a list that can hold different types of elements.
- Both Python and Haskell have a tuple data type as well as a list data type.
- Unlike lists, tuples are not formed by consing.
Related terms
[edit]Translations
[edit]in set theory
|
single row in a database
set of values passed as a parameter