Definition at line 219 of file response.hpp.
Public Types | |
using | TScanQueryPart = NYdb::NTable::TScanQueryPart |
Public Member Functions | |
std::optional< TScanQueryPart > | GetNextResult () |
std::optional< Cursor > | GetNextCursor () |
ScanQueryResults (const ScanQueryResults &)=delete | |
ScanQueryResults (ScanQueryResults &&) noexcept=default | |
ScanQueryResults & | operator= (const ScanQueryResults &)=delete |
ScanQueryResults & | operator= (ScanQueryResults &&)=delete |
using ydb::ScanQueryResults::TScanQueryPart = NYdb::NTable::TScanQueryPart |
Definition at line 223 of file response.hpp.