Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
CsvExec in datafusion::physical_plan::csv - Rust
[go: Go Back, main page]

Struct datafusion::physical_plan::csv::CsvExec[][src]

pub struct CsvExec { /* fields omitted */ }
Expand description

Execution plan for scanning a CSV file

Implementations

Create a new execution plan for reading a set of CSV files

Create a new execution plan for reading from a reader

Path to directory containing partitioned CSV files with the same schema

The individual files under path

Does the CSV file have a header?

An optional column delimiter. Defaults to b','

File extension

Get the schema of the CSV file

Optional projection for which columns to load

Batch size

Limit

Infer schema for given CSV dataset

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Return a reference to Any that can be used for downcasting

Get the schema for this execution plan

Get the output partitioning of this plan

Get a list of child execution plans that provide the input for this plan. The returned list will be empty for leaf nodes, will contain a single value for unary nodes, or two values for binary nodes (such as joins). Read more

Returns a new plan where all children were replaced by new plans. The size of children must be equal to the size of ExecutionPlan::children(). Read more

creates an iterator

Format this ExecutionPlan to f in the specified type. Read more

Specifies the data distribution requirements of all the children for this operator

Return a snapshot of the metrics collected during execution

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.