Module datafusion::physical_plan::common
source · 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.
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.
- Transposes the given vector of vectors.