Module common

Module common 

Source
Expand description

Defines common code used in execution plans

Functionsยง

build_checked_file_list
Recursively builds a list of files in a directory with a given extension
build_file_list
Recursively builds a list of files in a directory with a given extension
can_project
Checks if the given projection is valid for the given schema.
collect
Create a vector of record batches from a stream
compute_record_batch_statistics
Computes the statistics for an in-memory RecordBatch
spawn_buffered
If running in a tokio context spawns the execution of stream to a separate task allowing it to execute in parallel with an intermediate buffer of size buffer