kevingurney opened a new pull request, #37578:
URL: https://github.com/apache/arrow/pull/37578
### Rationale for this change
In support of adding `arrow.array.Date64Array`, this pull request adds a new
`arrow.type.Date64Type` class and associated `arrow.date64` construction
function to the MATLAB interface.
### What changes are included in this PR?
1. New `arrow.type.Date46Type` class.
2. New `arrow.date64` construction function that returns an
`arrow.type.Date64Type` instance.
3. New `arrow.type.ID.Date64` type enumeration value.
**Example**
```matlab
>> type = arrow.date64()
type =
Date64Type with properties:
ID: Date64
DateUnit: Millisecond
```
### Are these changes tested?
Yes.
1. Added a new `tDate64Type` test class.
2. Updated the `tID` test class to include `arrow.type.ID.Date64`.
### Are there any user-facing changes?
Yes.
1. There is a new public `arrow.type.Date64Type` class.
2. There is a new public `arrow.date64` construction function.
3. There is a new `arrow.type.ID.Date64` type enumeration value.
### Future Directions
1. #37572
2. #37577
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]