Skip to main content

DEFAULT_ARRAY_BUILDER_DATA_CAPACITY

Constant DEFAULT_ARRAY_BUILDER_DATA_CAPACITY 

Source
const DEFAULT_ARRAY_BUILDER_DATA_CAPACITY: usize = 1024;
Expand description

Set the default buffer capacity for the string and binary array builders inside the ArrowBuilder. This is the number of bytes each builder can hold before it needs to allocate more memory.