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
* Returns xs:date(fn:current-dateTime()). This is an xs:date (with timezone) that is current at some time during the evaluation of a query or transformation in which fn:current-date() is executed. This function is *stable*. The precise instant during the query or transformation represented by the value of fn:current-date() is *implementation dependent*.
382
+
* Returns xs:date(fn:current-dateTime()). This is an xs:date (with timezone) that is current at some time during the evaluation of a query or transformation in which fn:current-date() is executed. This function is *stable*. The precise instant during the query or transformation represented by the value of fn:current-date() is *implementation dependent*.
383
383
*
384
384
* <a name="ml-server-type-current-date"></a>
385
385
@@ -399,7 +399,7 @@ public interface FnExpr {
399
399
*/
400
400
publicServerExpressioncurrentDateTime();
401
401
/**
402
-
* Returns xs:time(fn:current-dateTime()). This is an xs:time (with timezone) that is current at some time during the evaluation of a query or transformation in which fn:current-time() is executed. This function is *stable*. The precise instant during the query or transformation represented by the value of fn:current-time() is *implementation dependent*.
402
+
* Returns xs:time(fn:current-dateTime()). This is an xs:time (with timezone) that is current at some time during the evaluation of a query or transformation in which fn:current-time() is executed. This function is *stable*. The precise instant during the query or transformation represented by the value of fn:current-time() is *implementation dependent*.
403
403
*
404
404
* <a name="ml-server-type-current-time"></a>
405
405
@@ -1922,7 +1922,7 @@ public interface FnExpr {
1922
1922
* <p>
1923
1923
* Provides a client interface to the <a href="http://docs.marklogic.com/fn:sum" target="mlserverdoc">fn:sum</a> server function.
1924
1924
* @param arg The sequence of values to be summed. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
1925
-
* @param zero The value to return as zero if the input sequence is the empty sequence. This parameter is not available in the 0.9-ml XQuery dialect. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
1925
+
* @param zero The value to return as zero if the input sequence is the empty sequence. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
1926
1926
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a> server data type
* Provides a client interface to the <a href="http://docs.marklogic.com/fn:sum" target="mlserverdoc">fn:sum</a> server function.
1933
1933
* @param arg The sequence of values to be summed. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
1934
-
* @param zero The value to return as zero if the input sequence is the empty sequence. This parameter is not available in the 0.9-ml XQuery dialect. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
1934
+
* @param zero The value to return as zero if the input sequence is the empty sequence. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
1935
1935
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a> server data type
Copy file name to clipboardExpand all lines: marklogic-client-api/src/main/java/com/marklogic/client/expression/MathExpr.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public interface MathExpr {
66
66
*/
67
67
publicServerExpressionatan(ServerExpressionx);
68
68
/**
69
-
* Returns the arc tangent of y/x, in radians, in the range from -pi/2 to +pi/2 (inclusive), using the signs of y and x to determine the appropriate quadrant.
69
+
* Returns the arc tangent of y/x, in radians, in the range from -pi/2 to +pi/2 (inclusive), using the signs of y and x to determine the apropriate quadrant.
70
70
* <p>
71
71
* Provides a client interface to the <a href="http://docs.marklogic.com/math:atan2" target="mlserverdoc">math:atan2</a> server function.
72
72
* @param y The floating point dividend. (of <a href="{@docRoot}/doc-files/types/xs_double.html">xs:double</a>)
* Returns the arc tangent of y/x, in radians, in the range from -pi/2 to +pi/2 (inclusive), using the signs of y and x to determine the appropriate quadrant.
78
+
* Returns the arc tangent of y/x, in radians, in the range from -pi/2 to +pi/2 (inclusive), using the signs of y and x to determine the apropriate quadrant.
* This function adds a column based on an expression without altering the existing columns in the row set.
1282
+
* This function is deprecated in favor of the bind() function and will not be supported in MarkLogic 11. This function adds a column based on an expression without altering the existing columns in the row set.
1283
1283
* @param column The name of the column to be defined.
1284
1284
* @param expression The expression that specifies the value the column in the row. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
* This function adds a column based on an expression without altering the existing columns in the row set.
1289
+
* This function is deprecated in favor of the bind() function and will not be supported in MarkLogic 11. This function adds a column based on an expression without altering the existing columns in the row set.
1290
1290
* @param column The name of the column to be defined.
1291
1291
* @param expression The expression that specifies the value the column in the row. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
* Returns an integer specifying the index of the bucket the second parameter belongs to in buckets formed by the first parameter. Values that lie on the edge of a bucket fall to the lesser index.
50
+
* <p>
51
+
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:bucket" target="mlserverdoc">sql:bucket</a> server function.
52
+
* @param bucketEdgesParam A sequence of ordered values indicating the edges of a collection of buckets. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
53
+
* @param srchParam A value to find an index for in the bucket edge list. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
54
+
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_unsignedLong.html">xs:unsignedLong</a> server data type
* Returns an integer specifying the index of the bucket the second parameter belongs to in buckets formed by the first parameter. Values that lie on the edge of a bucket fall to the lesser index.
59
+
*
60
+
* <a name="ml-server-type-bucket"></a>
61
+
62
+
* <p>
63
+
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:bucket" target="mlserverdoc">sql:bucket</a> server function.
64
+
* @param bucketEdgesParam A sequence of ordered values indicating the edges of a collection of buckets. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
65
+
* @param srchParam A value to find an index for in the bucket edge list. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
66
+
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_unsignedLong.html">xs:unsignedLong</a> server data type
* Returns an integer specifying the index of the bucket the second parameter belongs to in buckets formed by the first parameter. Values that lie on the edge of a bucket fall to the lesser index.
71
+
* <p>
72
+
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:bucket" target="mlserverdoc">sql:bucket</a> server function.
73
+
* @param bucketEdgesParam A sequence of ordered values indicating the edges of a collection of buckets. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
74
+
* @param srchParam A value to find an index for in the bucket edge list. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
75
+
* @param collationLiteral A collation identifier. (of <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a>)
76
+
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_unsignedLong.html">xs:unsignedLong</a> server data type
* Returns an integer specifying the index of the bucket the second parameter belongs to in buckets formed by the first parameter. Values that lie on the edge of a bucket fall to the lesser index.
81
+
* <p>
82
+
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:bucket" target="mlserverdoc">sql:bucket</a> server function.
83
+
* @param bucketEdgesParam A sequence of ordered values indicating the edges of a collection of buckets. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
84
+
* @param srchParam A value to find an index for in the bucket edge list. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
85
+
* @param collationLiteral A collation identifier. (of <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a>)
86
+
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_unsignedLong.html">xs:unsignedLong</a> server data type
* Returns an rdf:collatedString value with the given value and collation tag. The rdf:collatedString type extends xs:string , and represents a collation tagged string in RDF.
49
91
* <p>
@@ -229,7 +271,7 @@ public interface SqlExpr {
229
271
* Returns a string that is the leftmost characters of the target string. The number of characters to return is specified by the second argument.
230
272
* <p>
231
273
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:left" target="mlserverdoc">sql:left</a> server function.
232
-
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
274
+
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
233
275
* @param n The number of leftmost characters of the string to return. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
234
276
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a> server data type
235
277
*/
@@ -241,7 +283,7 @@ public interface SqlExpr {
241
283
242
284
* <p>
243
285
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:left" target="mlserverdoc">sql:left</a> server function.
244
-
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
286
+
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
245
287
* @param n The number of leftmost characters of the string to return. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
246
288
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a> server data type
247
289
*/
@@ -401,7 +443,7 @@ public interface SqlExpr {
401
443
* Returns a string that is the rightmost characters of the target string. The number of characters to return is specified by the second argument.
402
444
* <p>
403
445
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:right" target="mlserverdoc">sql:right</a> server function.
404
-
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
446
+
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
405
447
* @param n The number of rightmost characters of the string to return. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
406
448
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a> server data type
407
449
*/
@@ -413,7 +455,7 @@ public interface SqlExpr {
413
455
414
456
* <p>
415
457
* Provides a client interface to the <a href="http://docs.marklogic.com/sql:right" target="mlserverdoc">sql:right</a> server function.
416
-
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/item.html">item</a>)
458
+
* @param str The base string. If the value is not a string, its string value will be used. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
417
459
* @param n The number of rightmost characters of the string to return. (of <a href="{@docRoot}/doc-files/types/xs_numeric.html">xs:numeric</a>)
418
460
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a> server data type
0 commit comments