Skip to main content

batch_size_from_env

Function batch_size_from_env 

Source
pub fn batch_size_from_env() -> usize
Expand description

Resolve the batch size from KRISHIV_BATCH_SIZE env var.

Falls back to DataFusion’s default (8192) if unset or invalid.