Kùzu C++ API
|
#include <node_group.h>
Public Member Functions | |
constexpr | NodeGroupScanResult () noexcept=default |
constexpr | NodeGroupScanResult (common::row_idx_t startRow, common::row_idx_t numRows) noexcept |
bool | operator== (const NodeGroupScanResult &other) const |
Public Attributes | |
common::row_idx_t | startRow = common::INVALID_ROW_IDX |
common::row_idx_t | numRows = 0 |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inline |
common::row_idx_t kuzu::storage::NodeGroupScanResult::numRows = 0 |
common::row_idx_t kuzu::storage::NodeGroupScanResult::startRow = common::INVALID_ROW_IDX |