Commits


Ritchie Vink authored and Andrew Lamb committed 5bfae36954f
ARROW-12165: [Rust] inline append functions of builders The `append` functions in the `Builder` structs are often used in "hot" code. This PR tags them with `#[inline]`, making it possible to inline the function calls across crate boundaries. Closes #9860 from ritchie46/inline_builder_appends Authored-by: Ritchie Vink <ritchie46@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>