Beispiel #1
0
  ZoneMapScanTest()
      : PelotonCodeGenTest(TEST_TUPLES_PER_TILEGROUP), num_rows_to_insert(20) {
    // Load test table
    LoadTestTable(TestTableId(), num_rows_to_insert);

    MakeImmutableAndCreateZoneMaps(TestTableId());
  }
Beispiel #2
0
/* Initialize test environment to default state for every test */
void MSGTBL_Setup(void)
{
   MSGTBL_Constructor (&MsgTbl);
   LoadTestTable();
}