UserDefinedFunction constructor
UserDefinedFunction({
- String? catalogId,
- String? className,
- DateTime? createTime,
- String? databaseName,
- String? functionName,
- String? ownerName,
- PrincipalType? ownerType,
- List<
ResourceUri> ? resourceUris,
Implementation
UserDefinedFunction({
this.catalogId,
this.className,
this.createTime,
this.databaseName,
this.functionName,
this.ownerName,
this.ownerType,
this.resourceUris,
});