@Internal public class DataStreamPythonFunctionInfo extends Object implements Serializable
DataStreamPythonFunctionInfo holds a PythonFunction and its function type.| Constructor and Description |
|---|
DataStreamPythonFunctionInfo(org.apache.flink.table.functions.python.PythonFunction pythonFunction,
int functionType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFunctionType() |
org.apache.flink.table.functions.python.PythonFunction |
getPythonFunction() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.