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
datafusion::physical_plan::common - Rust
[go: Go Back, main page]

Expand description

Defines common code used in execution plans

Structs

Helper that aborts the given join handles on drop.
Helper that aborts the given join handle on drop.
Write in Arrow IPC format.
Stream of record batches

Functions

Returns the total number of bytes of memory occupied physically by this batch.
Recursively builds a list of files in a directory with a given extension
Recursively builds a list of files in a directory with a given extension
Create a vector of record batches from a stream
Computes the statistics for an in-memory RecordBatch
Calculates the “meet” of given orderings. The meet is the finest ordering that satisfied by all the given orderings, see https://en.wikipedia.org/wiki/Join_and_meet.
Merge two record batch references into a single record batch. All the record batches inside the slice must have the same schema.
Merge a slice of record batch references into a single record batch, or return None if the slice itself is empty. All the record batches inside the slice must have the same schema.
Transposes the given vector of vectors.