| Package | Description |
|---|---|
| org.apache.flink.api.java.record.operators |
| Modifier and Type | Method and Description |
|---|---|
static CrossWithSmallOperator.Builder |
CrossWithSmallOperator.builder(Class<? extends CrossFunction> udf)
Deprecated.
Creates a Builder with the provided
CrossFunction implementation. |
static CrossWithSmallOperator.Builder |
CrossWithSmallOperator.builder(CrossFunction udf)
Deprecated.
Creates a Builder with the provided
CrossFunction implementation. |
| Constructor and Description |
|---|
CrossWithSmallOperator(CrossWithSmallOperator.Builder builder)
Deprecated.
The private constructor that only gets invoked from the Builder.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.