您无需对结果集进行迭代,因为OGSA-DAI会一同返回所有行。
You don't need to iterate through the results row by row because OGSA-DAI returns all the rows together.
清单6创建了一个列表查询,该查询以列表提要的形式返回工作表中销售额超过某个限值的所有行。
Listing 6 creates a list query that returns all rows in the worksheet with sales units above a particular limit as a list feed.
返回递归中的所有行。
例如,可能希望找到Paris的所有客户,也就是希望获取第1、4、5和7行。但是,如果搜索值“Paris”,那么只会返回第7行。
For example, you may want to find all customers in Paris and hope to retrieve rows 1, 4, 5, and 7. However, if you search for the value "Paris," only row 7 is returned.
完整的行(因为matchlist()通常返回所有匹配作为首个元素)
The full line (because matchlist() always returns the entire match as its first element)
这里没有必要返回所有子行,实际上这样做反而有害,因为我们不想返回重复的行。
There is no need to find them all, and indeed, it would be harmful, because we want to return each row only once.
因此,这个查询中的所有SHIP都是同时执行的,直到它们准备好返回给联邦服务器的行。
Thus, all SHIPs in this query execute at the same time until they are ready to deliver rows back to the federated server.
它将返回那些满足所有谓词的文档的行id。
It returns the row IDs of those documents that satisfy all of these predicates.
Result对象有一个名为 getRows() 的方法,该方法返回对象中包含的所有行。
The Result object has a method called getRows() that returns all rows contained in it.
存储在这些行中的文档作为一个路径表达式的输出,该路径表达式返回所有内嵌的Comment元素。
The documents stored in these rows serve as inputs to a path expression that returns all the nested Comment elements.
在清单10的例子中,HTMLHandler处理一个结果集,并返回一个String类型的对象,这个对象包含一个列出所有结果集行的web页面的文本表示。
In the example in Listing 10, the HTMLHandler processes a result set and returns an object of type String, which contains the textual representation of a Web page that lists all the result set rows.
给定一个M行N列矩阵,用对角顺序返回矩阵的所有元素。
Given a matrix of Mx N elements (M rows, N columns), return all elements of the matrix in diagonal order.
既然所有必要的计算都在第一行代码中完成了,那么后两行代码不会产生递归运算,因为直接返回缓存中的数值。
Since all of the necessary calculations are completed on the first line, the next two lines need not perform any recursion because cached values are returned.
任一select语句返回的所有行均合并到UNION表达式的结果中。
All rows returned from either SELECT statement are combined into the result of the UNION expression.
任一select语句返回的所有行均合并到UNION表达式的结果中。
All rows returned from either SELECT statement are combined into the result of the UNION expression.
应用推荐