Skip to main content

mock_batch

Function mock_batch 

Source
pub fn mock_batch(n: usize) -> RecordBatch
Expand description

Creates a test RecordBatch with n rows.

ยงPanics

Panics if the batch cannot be created (should not happen with valid inputs).