Commit 49e60a0
authored
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>1 parent 11ecfd9 commit 49e60a0
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
289 | 299 | | |
290 | 300 | | |
291 | 301 | | |
| |||
0 commit comments