Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
jni-thrift-util.h File Reference
#include "rpc/thrift-util.h"
#include "util/jni-util.h"
Include dependency graph for jni-thrift-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

template<class T >
Status impala::SerializeThriftMsg (JNIEnv *env, T *msg, jbyteArray *serialized_msg)
 
template<class T >
Status impala::DeserializeThriftMsg (JNIEnv *env, jbyteArray serialized_msg, T *deserialized_msg)