OUT - Output type of the records output by the operator described by this information@Internal public class OperatorInformation<OUT> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TypeInformation<OUT> |
outputType
Output type of the operator
|
| Constructor and Description |
|---|
OperatorInformation(TypeInformation<OUT> outputType) |
| Modifier and Type | Method and Description |
|---|---|
TypeInformation<OUT> |
getOutputType()
Gets the return type of the user code function.
|
String |
toString() |
protected final TypeInformation<OUT> outputType
public OperatorInformation(TypeInformation<OUT> outputType)
outputType - The output type of the operatorpublic TypeInformation<OUT> getOutputType()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.