forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
49 lines
3.7 KiB
HTML
49 lines
3.7 KiB
HTML
<a name="dli_08_0432"></a><a name="dli_08_0432"></a>
|
|
|
|
<h1 class="topictitle1">Collection Functions</h1>
|
|
<div id="body8662426"><div class="section" id="dli_08_0432__en-us_topic_0000001309855893_section1347204216431"><h4 class="sectiontitle">Description</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_08_0432__en-us_topic_0000001309855893_table179611515144413" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Collection functions</caption><thead align="left"><tr id="dli_08_0432__en-us_topic_0000001309855893_row199611615174417"><th align="left" class="cellrowborder" valign="top" width="37.45%" id="mcps1.3.1.2.2.3.1.1"><p id="dli_08_0432__en-us_topic_0000001309855893_p15961131544414">Collection Functions</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="62.55%" id="mcps1.3.1.2.2.3.1.2"><p id="dli_08_0432__en-us_topic_0000001309855893_p1796161504414">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_08_0432__en-us_topic_0000001309855893_row1696151554412"><td class="cellrowborder" valign="top" width="37.45%" headers="mcps1.3.1.2.2.3.1.1 "><p id="dli_08_0432__en-us_topic_0000001309855893_p796141584419">CARDINALITY(array)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="62.55%" headers="mcps1.3.1.2.2.3.1.2 "><p id="dli_08_0432__en-us_topic_0000001309855893_p199614152441">Returns the number of elements in array.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_0432__en-us_topic_0000001309855893_row19961191513447"><td class="cellrowborder" valign="top" width="37.45%" headers="mcps1.3.1.2.2.3.1.1 "><p id="dli_08_0432__en-us_topic_0000001309855893_p796191518444">array '[' integer ']'</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="62.55%" headers="mcps1.3.1.2.2.3.1.2 "><p id="dli_08_0432__en-us_topic_0000001309855893_p1096110152442">Returns the element at position INT in array. The index starts from 1.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_0432__en-us_topic_0000001309855893_row1796110152445"><td class="cellrowborder" valign="top" width="37.45%" headers="mcps1.3.1.2.2.3.1.1 "><p id="dli_08_0432__en-us_topic_0000001309855893_p1196111158449">ELEMENT(array)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="62.55%" headers="mcps1.3.1.2.2.3.1.2 "><p id="dli_08_0432__en-us_topic_0000001309855893_p696111158441">Returns the sole element of array (whose cardinality should be one)</p>
|
|
<p id="dli_08_0432__en-us_topic_0000001309855893_p11901178507">Returns <strong id="dli_08_0432__en-us_topic_0000001309855893_b164557295644910">NULL</strong> if array is empty. </p>
|
|
<p id="dli_08_0432__en-us_topic_0000001309855893_p161051927175011">Throws an exception if array has more than one element.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_0432__en-us_topic_0000001309855893_row169613158449"><td class="cellrowborder" valign="top" width="37.45%" headers="mcps1.3.1.2.2.3.1.1 "><p id="dli_08_0432__en-us_topic_0000001309855893_p496131517444">CARDINALITY(map)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="62.55%" headers="mcps1.3.1.2.2.3.1.2 "><p id="dli_08_0432__en-us_topic_0000001309855893_p20961715194410">Returns the number of entries in map.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_0432__en-us_topic_0000001309855893_row209611115184410"><td class="cellrowborder" valign="top" width="37.45%" headers="mcps1.3.1.2.2.3.1.1 "><p id="dli_08_0432__en-us_topic_0000001309855893_p15961215154416">map '[' key ']'</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="62.55%" headers="mcps1.3.1.2.2.3.1.2 "><p id="dli_08_0432__en-us_topic_0000001309855893_p1096115150440">Returns the value specified by key value in map.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dli_08_0426.html">Built-In Functions</a></div>
|
|
</div>
|
|
</div>
|
|
|