UserDefinedFunctionResource class

This is used for defining User Defined Function (UDF) resources only when using legacy SQL.

Users of GoogleSQL should leverage either DDL (e.g. CREATE [TEMPORARY] FUNCTION ... ) or the Routines API to define UDF resources. For additional information on migrating, see: https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#differences_in_user-defined_javascript_functions

Constructors

UserDefinedFunctionResource({String? inlineCode, String? resourceUri})
UserDefinedFunctionResource.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
inlineCode String?
[Pick one] An inline resource that contains code for a user-defined function (UDF).
getter/setter pair
resourceUri String?
[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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