23 #ifndef _IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW 
   24 #define _IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW 
   26 #include <ignite/common/concurrent.h> 
   29 #include <ignite/impl/thin/readable.h> 
   56                     explicit QueryFieldsRow(
const common::concurrent::SharedPointer<void>& impl);
 
   81                         InternalGetNext(readable);
 
   94                     void InternalGetNext(impl::thin::Readable& readable);
 
   97                     common::concurrent::SharedPointer<void> impl;
 
  104 #endif //_IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW