|
iceberg-cpp
|
Response containing the file scan tasks for a given plan task token. More...
#include <types.h>
Public Member Functions | |
| Status | Validate () const |
| bool | operator== (const FetchScanTasksResponse &) 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 |
Response containing the file scan tasks for a given plan task token.