Definition at line 63 of file testTableDataSourceCSV.h. References Impala::Application::MediaTable::TableDataView::GetColumns(), and Impala::Application::MediaTable::TableDataView::GetTotalRows(). 00063 { 00064 BOOST_REQUIRE(src); 00065 TableDataView* view = new TableDataView(src); 00066 BOOST_REQUIRE(view); 00067 00068 BOOST_CHECK_EQUAL(view->GetColumns(true, true).size(), 29); 00069 BOOST_CHECK_EQUAL(view->GetTotalRows(), 18371); 00070 00071 }
Here is the call graph for this function:
|