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