Definition at line 737 of file mainTable.cpp. References Impala::CmdOptions::GetArg(), and Impala::CmdOptions::GetInstance(). Referenced by mainTable(). 00738 { 00739 CmdOptions& options = CmdOptions::GetInstance(); 00740 DoDiff<Int32>(options.GetArg(1), options.GetArg(2)); 00741 }
Here is the call graph for this function: ![]()
|