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
* This function returns true if the left and right expressions return the same value. Otherwise, it returns false. In expressions, the call should pass the result from an op:col function to identify a column.
178
+
* This function takes two or more expressions and returns true if all of the expressions return the same value. Otherwise, it returns false. The expressions can include calls to the op:col function to get the value of a column.
179
179
* <p>
180
180
* Provides a client interface to the <a href="http://docs.marklogic.com/op:eq" target="mlserverdoc">op:eq</a> server function.
181
-
* @param left The left value expression. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
181
+
* @param operand Two or more expressions. (of <a href="{@docRoot}/doc-files/types/xs_anyAtomicType.html">xs:anyAtomicType</a>)
182
182
* @return a server expression with the <a href="{@docRoot}/doc-files/types/xs_boolean.html">xs:boolean</a> server data type
* This function returns true if the value of the left expression is greater than or equal to the value of the right expression. Otherwise, it returns false.
* This function specifies the key expression and value content for a JSON property of a JSON object contructed by the op:json-object function.
984
+
* This function specifies the key expression and value content for a JSON property of a JSON object constructed by the op:json-object function.
985
985
* @param key The key expression. This must evaluate to a string. (of <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a>)
986
986
* @param value The value content. This must be exactly one JSON node expression. (of <a href="{@docRoot}/doc-files/types/json-content-node.html">json-content-node</a>)
* This function specifies the key expression and value content for a JSON property of a JSON object contructed by the op:json-object function.
991
+
* This function specifies the key expression and value content for a JSON property of a JSON object constructed by the op:json-object function.
992
992
* @param key The key expression. This must evaluate to a string. (of <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a>)
993
993
* @param value The value content. This must be exactly one JSON node expression. (of <a href="{@docRoot}/doc-files/types/json-content-node.html">json-content-node</a>)
</ul></div><divclass="header"><h2>cts:collection-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:collection-reference server type.</p><br/><divclass="summary"><h3>Implicit Cast To</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
13
+
</ul></div><divclass="header"><h2>cts:collection-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:collection-reference server type.
14
+
For all server types, see the <ahref="ml-server-type-tree.html">Server Expression Type Hierarchy</a>.</p><br/><divclass="summary"><h3>Supertypes</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
</ul></div><divclass="header"><h2>cts:element-attribute-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:element-attribute-reference server type.</p><br/><divclass="summary"><h3>Implicit Cast To</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
13
+
</ul></div><divclass="header"><h2>cts:element-attribute-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:element-attribute-reference server type.
14
+
For all server types, see the <ahref="ml-server-type-tree.html">Server Expression Type Hierarchy</a>.</p><br/><divclass="summary"><h3>Supertypes</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
</ul></div><divclass="header"><h2>cts:element-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:element-reference server type.</p><br/><divclass="summary"><h3>Implicit Cast To</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
13
+
</ul></div><divclass="header"><h2>cts:element-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:element-reference server type.
14
+
For all server types, see the <ahref="ml-server-type-tree.html">Server Expression Type Hierarchy</a>.</p><br/><divclass="summary"><h3>Supertypes</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
</ul></div><divclass="header"><h2>cts:field-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:field-reference server type.</p><br/><divclass="summary"><h3>Implicit Cast To</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
13
+
</ul></div><divclass="header"><h2>cts:field-reference Server Expression</h2></div><divclass="contentContainer"><p>A server expression that returns a value of (or implicitly castable to) the cts:field-reference server type.
14
+
For all server types, see the <ahref="ml-server-type-tree.html">Server Expression Type Hierarchy</a>.</p><br/><divclass="summary"><h3>Supertypes</h3><tableclass="memberSummary" border="0" cellpadding="3" cellspacing="0"><trclass="altColor">
0 commit comments