public static interface PlanBuilder.AccessPlan extends PlanBuilder.ModifyPlan, PlanBuilderBase.AccessPlanBase
Provides functions and operations in the access phase of the plan for executing a row pipeline on the server.
| Modifier and Type | Method and Description |
|---|---|
PlanColumn |
col(String column)
This method identifies a column, where the column name is unique.
|
PlanColumn |
col(XsStringVal column)
This method identifies a column, where the column name is unique.
|
except, groupBy, groupBy, intersect, joinCrossProduct, joinCrossProduct, joinCrossProduct, joinDoc, joinDoc, joinDocUri, joinDocUri, joinInner, joinInner, joinInner, joinInner, joinLeftOuter, joinLeftOuter, joinLeftOuter, joinLeftOuter, orderBy, prepare, prepare, select, select, select, select, union, whereDistinctmap, reduce, reduce, reducebindParambindParam, bindParam, bindParam, bindParam, bindParam, bindParam, bindParam, bindParamexport, exportAslimit, limit, limit, offset, offset, offset, offsetLimit, offsetLimit, where, where, wherePlanColumn col(String column)
This method identifies a column, where the column name is unique. A qualifier on the column name isn’t necessary (and might not exist). In positions where only a column name can appear, the unqualified column name can also be provided as a string. Qualified column names cannot be provided as a string.
column - The Optic AccessorPlan created by op:from-view, op:from-triples, or op:from-lexicons.PlanColumn col(XsStringVal column)
This method identifies a column, where the column name is unique. A qualifier on the column name isn’t necessary (and might not exist). In positions where only a column name can appear, the unqualified column name can also be provided as a string. Qualified column names cannot be provided as a string.
column - The Optic AccessorPlan created by op:from-view, op:from-triples, or op:from-lexicons.Copyright © 2013-2017 MarkLogic Corporation.