Definition at line 1288 of file mainTable.cpp. References Impala::CmdOptions::GetArg(), and Impala::CmdOptions::GetInstance(). Referenced by mainTable(). 01289 { 01290 CmdOptions& options = CmdOptions::GetInstance(); 01291 DoDiff<UInt64>(options.GetArg(1), options.GetArg(2)); 01292 }
Here is the call graph for this function:
|