UdfMeta
in package
Represents UDF (User-Defined Function) metadata for Aerospike.
Table of Contents
Properties
- $hash : mixed
- $language : mixed
- $package_name : mixed
Methods
- getHash() : string
- Getter method to retrieve the hash of the UDF.
- getLanguage() : UdfLanguage
- Getter method to retrieve the language of the UDF.
- getPackageName() : string
- Getter method to retrieve the package name of the UDF.
Properties
$hash
public
mixed
$hash
$language
public
mixed
$language
$package_name
public
mixed
$package_name
Methods
getHash()
Getter method to retrieve the hash of the UDF.
public
getHash() : string
Return values
stringgetLanguage()
Getter method to retrieve the language of the UDF.
public
getLanguage() : UdfLanguage
Return values
UdfLanguagegetPackageName()
Getter method to retrieve the package name of the UDF.
public
getPackageName() : string