Class EmbeddedDatabase::Cursor

class Cursor

Subclassed by EmbeddedDatabase::CursorImpl

Public Functions

virtual ~Cursor()
size_t getColCount()

Cursor external methods

size_t getRowCount()
Row getNextRow()
ColumnType getColType(uint32_t col_num)
std::shared_ptr<arrow::RecordBatch> getArrowRecordBatch()

Protected Functions

Cursor()
Cursor(const Cursor&)
Cursor &operator=(const Cursor&)