Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::storage::NodeGroupScanResult Struct Reference

#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
 

Constructor & Destructor Documentation

◆ NodeGroupScanResult() [1/2]

kuzu::storage::NodeGroupScanResult::NodeGroupScanResult ( )
constexprdefaultnoexcept

◆ NodeGroupScanResult() [2/2]

kuzu::storage::NodeGroupScanResult::NodeGroupScanResult ( common::row_idx_t startRow,
common::row_idx_t numRows )
inlineconstexprnoexcept

Member Function Documentation

◆ operator==()

bool kuzu::storage::NodeGroupScanResult::operator== ( const NodeGroupScanResult & other) const
inline

Member Data Documentation

◆ numRows

common::row_idx_t kuzu::storage::NodeGroupScanResult::numRows = 0

◆ startRow

common::row_idx_t kuzu::storage::NodeGroupScanResult::startRow = common::INVALID_ROW_IDX

The documentation for this struct was generated from the following file: