const DEFAULT_ARRAY_BUILDER_ITEM_CAPACITY: usize = 1024;
Expand description

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