Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
string-search-test.cc File Reference
#include <string>
#include <gtest/gtest.h>
#include "experiments/string-search-sse.h"
#include "common/names.h"
Include dependency graph for string-search-test.cc:

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)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 104 of file string-search-test.cc.