iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iceberg::rest::FetchPlanningResultResponse Struct Reference

Response from polling an asynchronous scan plan, including current status and available scan tasks. More...

#include <types.h>

Public Member Functions

Status Validate () const
 
bool operator== (const FetchPlanningResultResponse &) const
 

Public Attributes

std::optional< std::vector< std::string > > plan_tasks
 
std::optional< std::vector< std::shared_ptr< FileScanTask > > > file_scan_tasks
 
std::vector< std::shared_ptr< DataFile > > delete_files
 
PlanStatus plan_status = PlanStatus::kCompleted
 
std::optional< ErrorResponseerror
 

Detailed Description

Response from polling an asynchronous scan plan, including current status and available scan tasks.


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