|
iceberg-cpp
|
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< ErrorResponse > | error |
Response from polling an asynchronous scan plan, including current status and available scan tasks.