Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala_udf::FunctionContext::TypeDesc Struct Reference

#include <udf.h>

Collaboration diagram for impala_udf::FunctionContext::TypeDesc:

Public Attributes

Type type
 
int precision
 Only valid if type == TYPE_DECIMAL. More...
 
int scale
 
int len
 Only valid if type == TYPE_FIXED_BUFFER || type == TYPE_VARCHAR. More...
 

Detailed Description

Definition at line 71 of file udf.h.

Member Data Documentation

int impala_udf::FunctionContext::TypeDesc::len

Only valid if type == TYPE_FIXED_BUFFER || type == TYPE_VARCHAR.

Definition at line 79 of file udf.h.

Referenced by impala::StringFunctions::CharLength(), impala::AnyValUtil::ColumnTypeToTypeDesc(), impala::AnyValUtil::TypeDescToColumnType(), and impala::UtilityFunctions::TypeOf().


The documentation for this struct was generated from the following file: