|
iceberg-cpp
|
Request to initiate a server-side scan planning operation. More...
#include <types.h>
Public Member Functions | |
| Status | Validate () const |
| bool | operator== (const PlanTableScanRequest &) const |
Public Attributes | |
| std::optional< int64_t > | snapshot_id |
| std::vector< std::string > | select |
| std::shared_ptr< Expression > | filter |
| bool | case_sensitive = true |
| bool | use_snapshot_schema = false |
| std::optional< int64_t > | start_snapshot_id |
| std::optional< int64_t > | end_snapshot_id |
| std::vector< std::string > | stats_fields |
| std::optional< int64_t > | min_rows_requested |
Request to initiate a server-side scan planning operation.