PlanBuilder.ExportablePlan
, PlanBuilder.Plan
, PlanBuilderBase.ExportablePlanBase
, PlanBuilderBase.PlanBase
, PlanBuilderBase.PreparePlanBase
PlanBuilder.AccessPlan
, PlanBuilder.ModifyPlan
public static interface PlanBuilder.PreparePlan extends PlanBuilder.ExportablePlan, PlanBuilderBase.PreparePlanBase
Modifier and Type | Method | Description |
---|---|---|
PlanBuilder.ExportablePlan |
map(PlanFunction func) |
This method applies the specified function to each row returned by the plan to produce a different result row.
|
PlanBuilder.ExportablePlan |
reduce(PlanFunction func) |
This method applies a function or the builtin reducer to each row returned by the plan to produce a single result as with the reduce() method of JavaScript Array.
|
PlanBuilder.ExportablePlan |
reduce(PlanFunction func,
XsAnyAtomicTypeVal seed) |
This method applies a function or the builtin reducer to each row returned by the plan to produce a single result as with the reduce() method of JavaScript Array.
|
PlanBuilder.ExportablePlan |
reduce(PlanFunction func,
java.lang.String seed) |
This method applies a function or the builtin reducer to each row returned by the plan to produce a single result as with the reduce() method of JavaScript Array.
|
bindParam
export, exportAs
PlanBuilder.ExportablePlan map(PlanFunction func)
func
- The function to be appied.PlanBuilder.ExportablePlan reduce(PlanFunction func)
func
- The function to be appied.PlanBuilder.ExportablePlan reduce(PlanFunction func, java.lang.String seed)
func
- The function to be appied.seed
- The value returned by the previous request.PlanBuilder.ExportablePlan reduce(PlanFunction func, XsAnyAtomicTypeVal seed)
func
- The function to be appied.seed
- The value returned by the previous request.Copyright © 2013-2019 MarkLogic Corporation.