Commits


Matthias Loibl authored and GitHub committed 670cf3b820a
GH-37694: [Go] Add SetNull to array builders (#37695) ### Rationale for this change We are proposing to add a `SetNull(i int)` to the `Builder` interface. The underlying `builder` type implements this for most types. ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? The SetNull is added to the Builders type. * Closes: #37694 Authored-by: Matthias Loibl <mail@matthiasloibl.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>