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