Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exprs/string-functions.h"
#include <cctype>
#include <stdint.h>
#include <re2/re2.h>
#include <re2/stringpiece.h>
#include "exprs/anyval-util.h"
#include "exprs/expr.h"
#include "runtime/string-value.inline.h"
#include "runtime/tuple-row.h"
#include "util/url-parser.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 | |
re2::RE2 * | impala::CompileRegex (const StringVal &pattern, string *error_str) |