|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Attributes | |
| vector< T > | anyvals |
| vector< AnyVal * > | anyval_ptrs |
| InPredicate::SetLookupState < SetType > | state |
| vector< T > | search_vals |
| int | total_found_set |
| int | total_set |
| int | total_found_iter |
| int | total_iter |
Definition at line 189 of file in-predicate-benchmark.cc.
| vector<AnyVal*> impala::InPredicateBenchmark::TestData< T, SetType >::anyval_ptrs |
Definition at line 191 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData().
| vector<T> impala::InPredicateBenchmark::TestData< T, SetType >::anyvals |
Definition at line 190 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), and impala::InPredicateBenchmark::TestIterate().
| vector<T> impala::InPredicateBenchmark::TestData< T, SetType >::search_vals |
Definition at line 194 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), impala::InPredicateBenchmark::TestIterate(), and impala::InPredicateBenchmark::TestSetLookup().
| InPredicate::SetLookupState<SetType> impala::InPredicateBenchmark::TestData< T, SetType >::state |
Definition at line 192 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), impala::InPredicateBenchmark::TestIterate(), and impala::InPredicateBenchmark::TestSetLookup().
| int impala::InPredicateBenchmark::TestData< T, SetType >::total_found_iter |
Definition at line 198 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), and impala::InPredicateBenchmark::TestIterate().
| int impala::InPredicateBenchmark::TestData< T, SetType >::total_found_set |
Definition at line 196 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), and impala::InPredicateBenchmark::TestSetLookup().
| int impala::InPredicateBenchmark::TestData< T, SetType >::total_iter |
Definition at line 199 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), and impala::InPredicateBenchmark::TestIterate().
| int impala::InPredicateBenchmark::TestData< T, SetType >::total_set |
Definition at line 197 of file in-predicate-benchmark.cc.
Referenced by impala::InPredicateBenchmark::CreateTestData(), and impala::InPredicateBenchmark::TestSetLookup().