tuples

  • 网络元组;值组;元数组

tuplestuples

tuples

元组

返回元组(tuples)的查询:元组(tuples)指一条结果行包含多个对象。标量(Scalar)结果:查询可在select从句中指定类的属性,甚 …

值组

...可能随时改变),在这个二维表格中的每一笔记录称为「值组」(Tuples)。

元数组

导读:本文介绍元数组Tuples)的基础内容,已经了解的读者可以直接略过。 本文将包括以下内容: 1、理解cube空间的概念。

元组类型

2.可以用元组类型(tuples)进行判断 3.都带有隐性的break功能。

元值

gr_unittest 添加支持查看浮点和复合数据类型的元值tuples)是否大致相同的功能。 Unittest 使用 Python 的反射机制来发现 …

1
You use the for clauses to specify a set of Cartesian tuples on which the rest of the expression will be evaluated, shown in Listing 1. 如清单1所示,使用for子句来指定一组笛卡尔元组,表达式的其余部分将对该元组求值。
2
The Head function returns the specified number of tuples from the beginning of the specified set. Head函数从指定集的开始处返回指定的元组数目。
3
This output is emitted as a file of tuples, representing the word and the number of times it appeared in the input. 输出是一个包含元组的文件,元组表示单词和它在输入中出现的次数。
4
Performs a string operation that concatenates two or more character strings, tuples, or a combination of strings and tuples. 执行一个字符串运算,连接两个或更多字符串、元组,或连接字符串和元组的组合。
5
A table contains a collection of rows, also referred to as records or tuples, and columns, also referred to as attributes. 表中包含行(也称为记录或元组)和列(也称为属性)的集合。
6
Tuples are not a game-changing feature, just another one of those "niceties" that makes Scala a powerful language to use. 元组并不是一个非常具有变革性的特性,它只不过是又一个使Scala成为强大语言的优秀特性。
7
Alternatively, this function also drills down on a set of tuples. 另外,此函数也可对元组集进行深化。
8
Alternatively, this function drills down on a set of tuples. 另外,此函数可对元组集进行深化。
9
The child list is more subtle: Strings can be interleaved with tuples in the list, indicating a mixed content element. 子列表更为精巧:在列表中字符串可以与元组交错,表示混合的内容元素。
10
Googles new datastore defines a data model that lies between the abstract tuples of an RDBMS and the concrete row-column storage of NoSQL. Google新的数据存储定义了一种介于RDBMS抽象元组和NoSQL具体的行列存储之间的一种数据模型。
11
The where clause directs the program to discard particular tuples if they do not meet particular conditions. 如果特定的元组不能满足特殊条件,那么where子句命令程序废弃这些元组。
12
Now when a query like this is executed, the DBMS can use the functional index ucnameIndex to determine which tuples satisfy the query. 当执行这种查询时,DBMS可以使用函数索引判断哪些元组元组(tuple)满足查询。
13
Performance benefits are realized when an index reduces the number of rows (or tuples) examined by the DBMS during query execution. 索引可以减少DBMS在执行查询时检查的行(或元组)数量,从而获得性能增益。
14
The ideal value for this setting will vary on a per environment basis, however a good starting point would be 10000 tuples. 该设置的理想值会随环境而变化,不过一个好的起点是10000个元组。
15
This does not mean that all tuples up to 150, 000, 000 will be stored in the cache as other heuristics are also considered by the engine. 这并不意味着所有达到150,000,000的元组都将存储在缓存,因为其他探试程序也是该引擎所考虑的。
16
If the specified number of tuples is less than 1, the Head function returns an empty set. 如果指定的元组数目小于1,则Head函数返回空集。
17
For the minimum, the approach filtered possible inconsistent tuples and discarded the possible values to obtain the consistent values. 对于最小值,过滤掉可能不一致的元组,去掉可能值,得到一致性值;
18
A valid numeric expression that specifies the number of tuples to be returned. 指定要返回的元组数目的有效数值表达式。
19
If the number of tuples, calculated by using the Cartesian product, exceeds the set threshold; the NON EMPTY clause is applied to the query. 如果通过使用Cartesian产品计算的元组数超过设定的阈值,将NONEMPTY子句应用于查询。
20
You can declare tuples with the const qualifier, in which case the get call to access a particular element returns a reference to const. 可以使用const限定符来声明元组,在这种情况下,用于访问特定元素的get调用将返回对const的引用。
21
Note the extractor used here to sum the tuples: the @count extractor to grab the number of lengths captured (packet counts). 注意,这里使用提取器来相加元组:@count提取器获取捕获到的长度(包计数)。
22
Sorts a set in ascending order, and returns the specified number of tuples in the specified set with the lowest values. 按升序对集进行排序,并返回指定集中具有最小值的指定数目的元组。
23
A set is an ordered set of tuples with the same dimensionality . 集是具有相同维数的有序元组集。
24
If the specified number of tuples exceeds the number of tuples in the set, the function returns the original set. 如果指定的元组数目超过了集中的元组数目,则此函数返回原始集。
25
XML's structure was applied to express the aggregation relationship between tuples in data cubes. 用XML本身的层次结构来体现数据仓库中元组之间的聚集关系。
26
This dissertation presents a method on extracting bilingual translation tuples from a comparable corpus. 本文提出的从大规模网页中抽取双语翻译对的方法是基于可比较语料的。
27
Conceptually, rows of relational data (tuples) flow through the operation nodes in the query plan from bottom to top. 从概念上来说,关系数据行(元组)按照自下向上的方式流过查询计划中的操作节点。
28
Sorts a set in ascending order, and returns the specified number of tuples with the lowest values. 按升序对集进行排序,并返回指定数目的最小值元组。
29
Tuples are a composite data type and are used to store collections of items. 元组是复合的数据类型,用于存储数据项的集合。
30
Like lists and tuples , the process is a bit more complex than it is for numbers and strings. 与列表和元组一样,这个过程比数字和字符串的比较更复杂些。