@Internal public class UserDefinedFunctionDescriptor extends Object implements Serializable
| 构造器和说明 |
|---|
UserDefinedFunctionDescriptor(String name,
String classpath) |
UserDefinedFunctionDescriptor(String name,
String classpath,
Map<String,String> parameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getClasspath() |
String |
getName() |
Map<String,String> |
getParameters() |
org.apache.flink.cdc.common.types.DataType |
getReturnTypeHint() |
int |
hashCode() |
boolean |
isCdcPipelineUdf() |
String |
toString() |
Copyright © 2025 The Apache Software Foundation. All rights reserved.