|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "redactor.cc"#include <cstdlib>#include <cstdio>#include <pthread.h>#include <unistd.h>#include <gtest/gtest.h>#include "redactor-test-utils.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::MultiThreadWorkload (void *unused) |
| impala::TEST (RedactorTest, NoTrigger) | |
| impala::TEST (RedactorTest, Trigger) | |
| impala::TEST (RedactorTest, MultiTrigger) | |
| impala::TEST (RedactorTest, CaseSensitivityProperty) | |
| impala::TEST (RedactorTest, SingleTriggerMultiRule) | |
| impala::TEST (RedactorTest, RuleOrder) | |
| impala::TEST (RedactorTest, InputSize) | |
| impala::TEST (RedactorTest, ChangeInputSize) | |
| impala::TEST (RedactorTest, MultiThreaded) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 328 of file redactor-test.cc.