Commits


Matt Topol authored and GitHub committed 213cadbbc08
GH-38458: [Go] Add ValueLen to BinaryLike interface (#39242) ### Rationale for this change Adding `ValueLen` to the `BinaryLike` interface for easy convenience of determining the length of an individual value for a Binary/String like array. ### Are these changes tested? yes * Closes: #38458 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>