@Internal public class DataStreamPythonFunctionInfo extends PythonFunctionInfo
DataStreamPythonFunctionInfo
holds a PythonFunction and its function type.Constructor and Description |
---|
DataStreamPythonFunctionInfo(PythonFunction pythonFunction,
DataStreamPythonFunctionInfo input,
int functionType) |
DataStreamPythonFunctionInfo(PythonFunction pythonFunction,
int functionType) |
Modifier and Type | Method and Description |
---|---|
DataStreamPythonFunctionInfo |
copy() |
int |
getFunctionType() |
getInputs, getPythonFunction, setInputs
public DataStreamPythonFunctionInfo(PythonFunction pythonFunction, int functionType)
public DataStreamPythonFunctionInfo(PythonFunction pythonFunction, DataStreamPythonFunctionInfo input, int functionType)
public int getFunctionType()
public DataStreamPythonFunctionInfo copy()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.