public class NoOpUnaryUdfOp<OUT> extends SingleInputOperator<OUT,OUT,NoOpFunction>
Modifier and Type | Field and Description |
---|---|
static NoOpUnaryUdfOp |
INSTANCE |
input
broadcastInputs, userFunction
compilerHints, name, operatorInfo, parameters
Constructor and Description |
---|
NoOpUnaryUdfOp() |
Modifier and Type | Method and Description |
---|---|
protected List<OUT> |
executeOnCollections(List<OUT> inputData,
RuntimeContext runtimeContext,
ExecutionConfig executionConfig) |
UnaryOperatorInformation<OUT,OUT> |
getOperatorInfo()
Gets the information about the operators input/output types.
|
accept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getSemanticProperties, setInput, setInput, setInputs, setSemanticProperties
asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setParameter, setParameter, setResources, toString
public static final NoOpUnaryUdfOp INSTANCE
public UnaryOperatorInformation<OUT,OUT> getOperatorInfo()
SingleInputOperator
getOperatorInfo
in class SingleInputOperator<OUT,OUT,NoOpFunction>
protected List<OUT> executeOnCollections(List<OUT> inputData, RuntimeContext runtimeContext, ExecutionConfig executionConfig)
executeOnCollections
in class SingleInputOperator<OUT,OUT,NoOpFunction>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.