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
Copy file name to clipboardExpand all lines: marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilder.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,8 @@ protected PlanBuilder(
249
249
/**
250
250
* Create column definitions which can be used in op:from-docs. Below functions are used to create column definitions. op:add-column, op:type, op:xpath, op:expr, op:nullable, op:default, op:dimension, op:coordinate-system, op:units, op:collation.
251
251
* @return a PlanColumnBuilder object
252
+
*
253
+
* @since 8.1.0; requires MarkLogic 12.1 or higher
252
254
*/
253
255
publicabstractPlanColumnBuildercolumnBuilder();
254
256
/**
@@ -1189,6 +1191,8 @@ protected PlanBuilder(
1189
1191
/**
1190
1192
* This helper function returns the node from the current processing row. It is to be used in op:xpath, to reference the 'current item' instead of a doc column.
1191
1193
* @return a PlanContextExprCall object
1194
+
*
1195
+
* @since 8.1.0; requires MarkLogic 12.1 or higher
1192
1196
*/
1193
1197
publicabstractPlanContextExprCallcontext();
1194
1198
/**
@@ -1236,6 +1240,8 @@ protected PlanBuilder(
1236
1240
* @param expression The server expression (such as op:context()) from which to extract the child nodes.
1237
1241
* @param path An XPath (specified as a string) to apply to each node. (of <a href="{@docRoot}/doc-files/types/xs_string.html">xs:string</a>)
1238
1242
* @return a server expression with the <a href="{@docRoot}/doc-files/types/node.html">node</a> server data type
0 commit comments