UserDefinedFunction class

Represents the equivalent of a Hive user-defined function (UDF) definition.

Constructors

UserDefinedFunction({String? catalogId, String? className, DateTime? createTime, String? databaseName, String? functionName, String? ownerName, PrincipalType? ownerType, List<ResourceUri>? resourceUris})
UserDefinedFunction.fromJson(Map<String, dynamic> json)
factory

Properties

catalogId String?
The ID of the Data Catalog in which the function resides.
final
className String?
The Java class that contains the function code.
final
createTime DateTime?
The time at which the function was created.
final
databaseName String?
The name of the catalog database that contains the function.
final
functionName String?
The name of the function.
final
hashCode int
The hash code for this object.
no setterinherited
ownerName String?
The owner of the function.
final
ownerType PrincipalType?
The owner type.
final
resourceUris List<ResourceUri>?
The resource URIs for the function.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited