|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>#include <gtest/gtest.h>#include "experiments/string-search-sse.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::TestSearch (const char *haystack_orig, const char *needle_orig, int haystack_len=-1, int needle_len=-1) |
| impala::TEST (StringSearchTest, Basic) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 104 of file string-search-test.cc.