|
iceberg-cpp
|
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< ErrorResponse > | error |
Response from initiating a scan planning operation, including plan status and initial scan tasks.