public class NoOpUnaryUdfOp<OUT>
extends org.apache.flink.api.common.operators.SingleInputOperator<OUT,OUT,org.apache.flink.api.common.functions.util.NoOpFunction>
| Modifier and Type | Field and Description |
|---|---|
static NoOpUnaryUdfOp |
INSTANCE |
| Constructor and Description |
|---|
NoOpUnaryUdfOp() |
| Modifier and Type | Method and Description |
|---|---|
protected List<OUT> |
executeOnCollections(List<OUT> inputData,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
org.apache.flink.api.common.operators.UnaryOperatorInformation<OUT,OUT> |
getOperatorInfo() |
accept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getSemanticProperties, setInput, setInput, setInputs, setSemanticPropertiesasArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariablescreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setParameter, setParameter, setResources, toStringpublic static final NoOpUnaryUdfOp INSTANCE
public org.apache.flink.api.common.operators.UnaryOperatorInformation<OUT,OUT> getOperatorInfo()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.