Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exprs/expr.h"
#include "exprs/expr-context.h"
#include "runtime/tuple.h"
#include "runtime/tuple-row.h"
#include "runtime/descriptors.h"
Go to the source code of this file.
Classes | |
class | impala::TupleRowComparator |
struct | impala::TupleEqualityChecker |
Compares the equality of two Tuples, going slot by slot. More... | |
struct | impala::RowEqualityChecker |
Compares the equality of two TupleRows, going tuple by tuple. More... | |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |