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

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< Expressionfilter
 
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
 

Detailed Description

Request to initiate a server-side scan planning operation.


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