| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| Modifier and Type | Method and Description |
|---|---|
List<I> |
RecipePipeline.execute(List<I> input)
Executes the pipeline on the input.
|
List<O> |
RecipePipeline.execute(List<I> input,
io.cdap.cdap.api.data.schema.Schema schema)
Executes the pipeline on the input.
|
void |
RecipePipeline.initialize(RecipeParser directives,
ExecutorContext context)
Initializes the wrangle pipeline using the directives.
|
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.