Cleared 2m ago · apache/arrow-rs #7297 · Rust · ★ 3.6k · Apache-2.0

Update doc to recommend to use PrimitiveBuilder or PrimitiveArray::from()

Is your feature request related to a problem or challenge? Please describe what you are trying to do. There are 2 ways to create PrimitiveArray, PrimitiveBuilder like Int64Builder PrimitiveArray::from(vec![]) I remember that option 2 is faster than option 1 in some cases, but I'm…

What we checked

Similar unclaimed issues