You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Constructs a json:array from a sequence of items.
187
187
* <p>
188
188
* Provides a client interface to the <a href="http://docs.marklogic.com/json:to-array" target="mlserverdoc">json:to-array</a> server function.
189
-
* @param items A sequence of items. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
189
+
* @param items The items to be used as elements in the constructed array. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
190
190
* @param limit The size of the array to construct. If the size is less than the length of the item sequence, only as "limit" items are put into the array. If the size is more than the length of the sequence, the array is filled with null values up to the limit. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
191
191
* @return a server expression with the <a href="{@docRoot}/doc-files/types/json_array.html">json:array</a> server data type
* Constructs a json:array from a sequence of items.
196
196
* <p>
197
197
* Provides a client interface to the <a href="http://docs.marklogic.com/json:to-array" target="mlserverdoc">json:to-array</a> server function.
198
-
* @param items A sequence of items. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
198
+
* @param items The items to be used as elements in the constructed array. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
199
199
* @param limit The size of the array to construct. If the size is less than the length of the item sequence, only as "limit" items are put into the array. If the size is more than the length of the sequence, the array is filled with null values up to the limit. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
200
200
* @return a server expression with the <a href="{@docRoot}/doc-files/types/json_array.html">json:array</a> server data type
* Constructs a json:array from a sequence of items.
205
205
* <p>
206
206
* Provides a client interface to the <a href="http://docs.marklogic.com/json:to-array" target="mlserverdoc">json:to-array</a> server function.
207
-
* @param items A sequence of items. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
207
+
* @param items The items to be used as elements in the constructed array. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
208
208
* @param limit The size of the array to construct. If the size is less than the length of the item sequence, only as "limit" items are put into the array. If the size is more than the length of the sequence, the array is filled with null values up to the limit. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
209
209
* @param zero The value to use to pad out the array, if necessary. By default the empty sequence is used. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
210
210
* @return a server expression with the <a href="{@docRoot}/doc-files/types/json_array.html">json:array</a> server data type
* Constructs a json:array from a sequence of items.
215
215
* <p>
216
216
* Provides a client interface to the <a href="http://docs.marklogic.com/json:to-array" target="mlserverdoc">json:to-array</a> server function.
217
-
* @param items A sequence of items. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
217
+
* @param items The items to be used as elements in the constructed array. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
218
218
* @param limit The size of the array to construct. If the size is less than the length of the item sequence, only as "limit" items are put into the array. If the size is more than the length of the sequence, the array is filled with null values up to the limit. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
219
219
* @param zero The value to use to pad out the array, if necessary. By default the empty sequence is used. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
220
220
* @return a server expression with the <a href="{@docRoot}/doc-files/types/json_array.html">json:array</a> server data type
0 commit comments