Definition at line 744 of file mainTable.cpp. References Impala::CmdOptions::GetArg(), and Impala::CmdOptions::GetInstance(). Referenced by mainTable(). 00745 { 00746 CmdOptions& options = CmdOptions::GetInstance(); 00747 DoDiff<UInt64>(options.GetArg(1), options.GetArg(2)); 00748 }
Here is the call graph for this function: ![]()
|