ApiImpalaUDF Data Model

An impala UDF identifier.

Properties
name data type description
database string Name of the database to which this UDF belongs.
signature string UDF signature, includes the UDF name and parameter types.

Example

{
  "database" : "...",
  "signature" : "..."
}