Commits


Antoine Pitrou authored and GitHub committed a45c2cfbe0a
MINOR: [C++] Mark header-defined function inline (#14626) Without `inline`, this would produce multiple definition error when used from several compilation units. Followup to https://github.com/apache/arrow/pull/14602 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>