Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <limits.h>
#include <gtest/gtest.h>
#include "exec/hdfs-parquet-scanner.h"
#include "common/names.h"
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::CheckVersionParse (const string &s, const string &expected_application, int expected_major, int expected_minor, int expected_patch, bool expected_is_internal) |
impala::TEST (ParquetVersionTest, Parsing) | |
impala::TEST (ParquetVersionTest, Comparisons) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 79 of file parquet-version-test.cc.
References impala::CpuInfo::Init().