|
|
vector< LogicalType > | all_types |
| |
|
atomic< idx_t > | lines_read |
| |
|
ArrowSchemaWrapper | schema_root |
| |
|
idx_t | rows_per_thread |
| |
|
uintptr_t | stream_factory_ptr |
| | Pointer to the scanner factory.
|
| |
|
stream_factory_produce_t | scanner_producer |
| | Pointer to the scanner factory produce.
|
| |
|
shared_ptr< DependencyItem > | dependency |
| | The (optional) dependency of this function (used in Python for example)
|
| |
|
ArrowTableSchema | arrow_table |
| | Arrow table data.
|
| |
|
bool | projection_pushdown_enabled = true |
| | Whether projection pushdown is enabled on the scan.
|
| |
|
vector< idx_t > | column_ids |
| |
◆ ArrowScanFunctionData()
| duckdb::ArrowScanFunctionData::ArrowScanFunctionData |
( |
stream_factory_produce_t |
scanner_producer_p, |
|
|
uintptr_t |
stream_factory_ptr_p, |
|
|
shared_ptr< DependencyItem > |
dependency = nullptr |
|
) |
| |
|
inline |
27298 }
stream_factory_produce_t scanner_producer
Pointer to the scanner factory produce.
Definition duckdb.cpp:27307
shared_ptr< DependencyItem > dependency
The (optional) dependency of this function (used in Python for example)
Definition duckdb.cpp:27309
uintptr_t stream_factory_ptr
Pointer to the scanner factory.
Definition duckdb.cpp:27305
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp