Commits


David Li authored and Antoine Pitrou committed 1a00075115e
ARROW-16573: [C++][Format] Add canonical include guard for C Data Interface Follow up from this mailing list discussion: "Arrow C-Data and DuckDB" [1] Introduce canonical include guards so that the header can be embedded in other headers safely (some projects/APIs do this for convenience). [1] https://lists.apache.org/thread/fxrbpo9ywm0yjol9b5zgb04w6tns59qj Closes #13115 from lidavidm/c-data-interface Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Antoine Pitrou <pitrou@free.fr> Signed-off-by: Antoine Pitrou <antoine@python.org>