Definition at line 65 of file ActiveLearnEngineQuids.h. References GetID(), ILOG_DEBUG, mAnnotations, mInfoSent, PrepareNewID(), and Impala::Core::Table::Table::SetEmpty(). 00066 { 00067 if (mInfoSent) 00068 return; 00069 00070 PrepareNewID(); 00071 00072 ILOG_DEBUG("SubmitRequest(), ID for submit = " << GetID()); 00073 00074 mAnnotations->SetEmpty(); 00075 00076 }
Here is the call graph for this function:
|