Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::LlvmTupleStruct Struct Reference

#include <descriptors.h>

Collaboration diagram for impala::LlvmTupleStruct:

Public Attributes

llvm::StructType * tuple_struct
 
llvm::PointerType * tuple_ptr
 
std::vector< int > indices
 

Detailed Description

Definition at line 50 of file descriptors.h.

Member Data Documentation

std::vector<int> impala::LlvmTupleStruct::indices

Definition at line 53 of file descriptors.h.

llvm::PointerType* impala::LlvmTupleStruct::tuple_ptr

Definition at line 52 of file descriptors.h.

llvm::StructType* impala::LlvmTupleStruct::tuple_struct

Definition at line 51 of file descriptors.h.


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