Commits


Alex Shcherbakov authored and GitHub committed fb0c72c0df0
MINOR: [Go] Add `arrow.ListLikeType` interface (#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 <candiduslynx@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>