#include "service/query-exec-state.h"
#include <limits>
#include <gutil/strings/substitute.h>
#include "exprs/expr.h"
#include "exprs/expr-context.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "service/impala-server.h"
#include "service/frontend.h"
#include "service/query-options.h"
#include "util/debug-util.h"
#include "util/impalad-metrics.h"
#include "util/time.h"
#include "gen-cpp/CatalogService.h"
#include "gen-cpp/CatalogService_types.h"
#include <thrift/Thrift.h>
#include "common/names.h"
Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
DECLARE_bool |
( |
enable_rm |
| ) |
|
DECLARE_int32 |
( |
catalog_service_port |
| ) |
|
DECLARE_int64 |
( |
max_result_cache_size |
| ) |
|
DECLARE_string |
( |
catalog_service_host |
| ) |
|