Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hs2-util.h File Reference
#include "gen-cpp/ImpalaHiveServer2Service.h"
#include "gen-cpp/Frontend_types.h"
Include dependency graph for hs2-util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

void impala::TColumnValueToHS2TColumn (const TColumnValue &col_val, const TColumnType &type, uint32_t row_idx, apache::hive::service::cli::thrift::TColumn *column)
 For V6-> More...
 
void impala::ExprValueToHS2TColumn (const void *value, const TColumnType &type, uint32_t row_idx, apache::hive::service::cli::thrift::TColumn *column)
 For V6-> More...
 
void impala::TColumnValueToHS2TColumnValue (const TColumnValue &col_val, const TColumnType &type, apache::hive::service::cli::thrift::TColumnValue *hs2_col_val)
 For V1->V5. More...
 
void impala::ExprValueToHS2TColumnValue (const void *value, const TColumnType &type, apache::hive::service::cli::thrift::TColumnValue *hs2_col_val)
 For V1->V5. More...
 
void impala::StitchNulls (uint32_t num_rows_before, uint32_t num_rows_added, uint32_t start_idx, const std::string &from, std::string *to)
 
void impala::PrintTColumnValue (const apache::hive::service::cli::thrift::TColumnValue &colval, std::stringstream *out)