Commits


Igor Izvekov authored and GitHub committed 49e60a0d493
MINOR: [Go] Add "IsSignedInteger" (#35050) ### Rationale for this change Return true, if data type is signed integer(int8, int16, int32, int64). ### What changes are included in this PR? Implementation "IsSignedInteger" ### Are these changes tested? No ### Are there any user-facing changes? Yes Authored-by: izveigor <izveigor@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>