IN
- The type of the data set consumed by this operator.OUT
- The type of the data set produced by this operator.@Deprecated @Public public interface CustomUnaryOperation<IN,OUT>
Modifier and Type | Method and Description |
---|---|
DataSet<OUT> |
createResult()
Deprecated.
|
void |
setInput(DataSet<IN> inputData)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.