Definition at line 1281 of file mainTable.cpp. References Impala::CmdOptions::GetArg(), and Impala::CmdOptions::GetInstance(). Referenced by mainTable(). 01282 { 01283 CmdOptions& options = CmdOptions::GetInstance(); 01284 DoDiff<Int32>(options.GetArg(1), options.GetArg(2)); 01285 }
Here is the call graph for this function:
|