public static interface PlanBuilder.PreparePlan extends PlanBuilder.ExportablePlan, PlanBuilderBase.PreparePlanBase
Modifier and Type | Method and 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,
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.
|
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.
|
bindParam
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam,
bindParam
export,
exportAs
PlanBuilder.ExportablePlan map(PlanFunction func)
func
- The function to be applied.PlanBuilder.ExportablePlan reduce(PlanFunction func)
func
- The function to be applied.PlanBuilder.ExportablePlan reduce(PlanFunction func, java.lang.String seed)
func
- The function to be applied.seed
- The value returned by the previous
request.PlanBuilder.ExportablePlan reduce(PlanFunction func, XsAnyAtomicTypeVal seed)
func
- The function to be applied.seed
- The value returned by the previous
request.Copyright © 2024 MarkLogic Corporation. All Rights Reserved.