forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [Go] Add
arrow.ListLikeType
interface (apache#35885)
### Rationale for this change Add `arrow.ListLikeType` interface corresponding to `array.ListLike` implementations. ### What changes are included in this PR? 1. Added `arrow.ListLikeType` 2. Some receivers changed from value to pointer (per Go recommendation to have either one of them, but not both) ### Are these changes tested? No (per it mainly being the interface addition) ### Are there any user-facing changes? 1. Added `arrow.ListLikeType` 2. Some receivers changed from value to pointer (per Go recommendation to have either one of them, but not both) Authored-by: candiduslynx <[email protected]> Signed-off-by: Matt Topol <[email protected]>
- Loading branch information
1 parent
cd42895
commit fb0c72c
Showing
2 changed files
with
56 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters