| Package | Description |
|---|---|
| org.apache.flink.api.java.record.operators |
| Modifier and Type | Method and Description |
|---|---|
static MapOperator.Builder |
MapOperator.builder(MapFunction udf)
Deprecated.
Creates a Builder with the provided
MapFunction implementation. |
| Modifier and Type | Method and Description |
|---|---|
static MapOperator.Builder |
MapOperator.builder(Class<? extends MapFunction> udf)
Deprecated.
Creates a Builder with the provided
MapFunction implementation. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.