|
|
string | file_filters |
| | Filters that have been pushed down into the main file list.
|
| |
|
optional_idx | total_files |
| | Total size of file list.
|
| |
|
optional_idx | filtered_files |
| | Size of file list after applying filters.
|
| |
|
unique_ptr< SampleOptions > | sample_options |
| | Sample options that have been pushed down into the table scan.
|
| |
◆ ExtraOperatorInfo() [1/2]
| duckdb::ExtraOperatorInfo::ExtraOperatorInfo |
( |
| ) |
|
|
inline |
◆ ExtraOperatorInfo() [2/2]
12742 if (extra_info.total_files.IsValid()) {
12744 }
12745 if (extra_info.filtered_files.IsValid()) {
12747 }
12748 }
◆ operator=()
12749 {
12750 if (this != &extra_info) {
12752 if (extra_info.total_files.IsValid()) {
12754 }
12755 if (extra_info.filtered_files.IsValid()) {
12757 }
12759 }
12760 return *this;
12761 }
◆ operator==()
The documentation for this class was generated from the following file:
- external/duckdb/duckdb.cpp