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

Response from initiating a scan planning operation, including plan status and initial scan tasks. More...

#include <types.h>

Public Member Functions

Status Validate () const
 
bool operator== (const PlanTableScanResponse &) 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::string plan_id
 
std::optional< ErrorResponseerror
 

Detailed Description

Response from initiating a scan planning operation, including plan status and initial scan tasks.


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