Re: C++ Datum::move returns ArrayData not Array

2021-07-27 Thread Benjamin Kietzman
Opened https://issues.apache.org/jira/browse/ARROW-13462 to track correction of the doc's examples On Tue, Jul 27, 2021 at 11:59 AM Benjamin Kietzman wrote: > Sorry, that is a typo. I will open a JIRA to fix the doc. > > In the meantime, incremented_datum.make_array() should work for you > > On

Re: C++ Datum::move returns ArrayData not Array

2021-07-27 Thread Benjamin Kietzman
Sorry, that is a typo. I will open a JIRA to fix the doc. In the meantime, incremented_datum.make_array() should work for you On Tue, Jul 27, 2021, 11:57 Rares Vernica wrote: > Hi, > > I'm trying the example in the Compute Functions user guide > https://arrow.apache.org/docs/cpp/compute.html#in