22 #ifndef _IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW
23 #define _IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW
25 #include <ignite/common/concurrent.h>
28 #include <ignite/impl/thin/readable.h>
55 explicit QueryFieldsRow(
const common::concurrent::SharedPointer<void>& impl);
80 InternalGetNext(readable);
93 void InternalGetNext(impl::thin::Readable& readable);
96 common::concurrent::SharedPointer<void> impl;
103 #endif //_IGNITE_THIN_CACHE_QUERY_QUERY_FIELDS_ROW