@Internal
public class DataStreamPythonFunctionInfo
extends org.apache.flink.table.functions.python.PythonFunctionInfo
DataStreamPythonFunctionInfo
holds a PythonFunction and its function type.构造器和说明 |
---|
DataStreamPythonFunctionInfo(org.apache.flink.table.functions.python.PythonFunction pythonFunction,
DataStreamPythonFunctionInfo input,
int functionType) |
DataStreamPythonFunctionInfo(org.apache.flink.table.functions.python.PythonFunction pythonFunction,
int functionType) |
限定符和类型 | 方法和说明 |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.