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