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
DataFrameImpl in datafusion::execution::dataframe_impl - Rust
[go: Go Back, main page]

Struct datafusion::execution::dataframe_impl::DataFrameImpl[][src]

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

Implementation of DataFrame API

Implementations

Create a new Table based on an existing logical plan

Trait Implementations

Apply a projection based on a list of column names

Create a projection based on arbitrary expressions

Create a filter based on a predicate expression

Perform an aggregate query

Limit the number of rows

Sort by specified sorting expressions

Join with another DataFrame

Convert to logical plan

Convert the logical plan represented by this DataFrame into a physical plan and execute it, collecting all resulting batches into memory

Print results.

Print results and limit rows.

Convert the logical plan represented by this DataFrame into a physical plan and execute it, returning a stream over a single partition

Convert the logical plan represented by this DataFrame into a physical plan and execute it, collecting all resulting batches into memory while maintaining partitioning

Convert the logical plan represented by this DataFrame into a physical plan and execute it, returning a stream for each partition

Returns the schema from the logical plan

Repartition a DataFrame based on a logical partitioning scheme. Read more

Return a DataFrame with the explanation of its plan so far. Read more

Return a FunctionRegistry used to plan udf’s calls Read more

Calculate the union two DataFrames. The two DataFrames must have exactly the same schema Read more

Calculate the union distinct two DataFrames. The two DataFrames must have exactly the same schema Read more

Calculate the intersection of two DataFrames. The two DataFrames must have exactly the same schema Read more

Calculate the exception of two DataFrames. The two DataFrames must have exactly the same schema Read more

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