Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::BatchCollectionChunkScanState Class Reference
Inheritance diagram for duckdb::BatchCollectionChunkScanState:
Collaboration diagram for duckdb::BatchCollectionChunkScanState:

Public Member Functions

 BatchCollectionChunkScanState (BatchedDataCollection &collection, BatchedChunkIteratorRange &range, ClientContext &context)
 
 BatchCollectionChunkScanState (const BatchCollectionChunkScanState &other)=delete
 
BatchCollectionChunkScanStateoperator= (const BatchCollectionChunkScanState &other)=delete
 
 BatchCollectionChunkScanState (BatchCollectionChunkScanState &&other)=default
 
bool LoadNextChunk (ErrorData &error) override
 
bool HasError () const override
 
ErrorDataGetError () override
 
const vector< LogicalType > & Types () const override
 
const vector< string > & Names () const override
 
- Public Member Functions inherited from duckdb::ChunkScanState
 ChunkScanState (const ChunkScanState &other)=delete
 
 ChunkScanState (ChunkScanState &&other)=default
 
ChunkScanStateoperator= (const ChunkScanState &other)=delete
 
ChunkScanStateoperator= (ChunkScanState &&other)=default
 
idx_t CurrentOffset () const
 
idx_t RemainingInChunk () const
 
DataChunkCurrentChunk ()
 
bool ChunkIsEmpty () const
 
bool Finished () const
 
bool ScanStarted () const
 
void IncreaseOffset (idx_t increment, bool unsafe=false)
 

Private Member Functions

void InternalLoad (ErrorData &error)
 

Private Attributes

BatchedDataCollectioncollection
 
BatchedChunkScanState state
 

Additional Inherited Members

- Protected Attributes inherited from duckdb::ChunkScanState
idx_t offset = 0
 
bool finished = false
 
unique_ptr< DataChunkcurrent_chunk
 

Member Function Documentation

◆ LoadNextChunk()

bool duckdb::BatchCollectionChunkScanState::LoadNextChunk ( ErrorData error)
overridevirtual

◆ HasError()

bool duckdb::BatchCollectionChunkScanState::HasError ( ) const
overridevirtual

◆ GetError()

ErrorData & duckdb::BatchCollectionChunkScanState::GetError ( )
overridevirtual

◆ Types()

const vector< LogicalType > & duckdb::BatchCollectionChunkScanState::Types ( ) const
overridevirtual

◆ Names()

const vector< string > & duckdb::BatchCollectionChunkScanState::Names ( ) const
overridevirtual

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