Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <thrift/transport/TTransport.h>
#include <thrift/transport/TVirtualTransport.h>
#include <thrift/transport/TBufferTransports.h>
#include "transport/TSasl.h"
Go to the source code of this file.
Classes | |
class | apache::thrift::transport::TSaslTransport |
Namespaces | |
apache | |
apache::thrift | |
apache::thrift::transport | |
Variables | |
static const int | apache::thrift::transport::MECHANISM_NAME_BYTES = 1 |
static const int | apache::thrift::transport::STATUS_BYTES = 1 |
static const int | apache::thrift::transport::PAYLOAD_LENGTH_BYTES = 4 |
static const int | apache::thrift::transport::HEADER_LENGTH = STATUS_BYTES + PAYLOAD_LENGTH_BYTES |