Commits


Antoine Pitrou authored and Neal Richardson committed 80e72e82305
ARROW-7912: [Format] C data interface This version of the C data interface spec uses two distinct structures -- one for communicating a schema, one for communication array or record batch data. This allows more flexibility in provider API schemes. Closes #6040 from pitrou/doc-c-data-interface2 and squashes the following commits: bd5dc283e <Neal Richardson> Remove duplicate import 7f81b8a29 <Antoine Pitrou> C Data Interface (take 2) Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>