MCPcopy Create free account
hub / github.com/IBM/sarama / getInt32Array

Method getInt32Array

real_decoder.go:261–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259}
260
261func (rd *realDecoder) getInt32Array() ([]int32, error) {
262 ret, err := rd.getNullableInt32Array()
263 if ret == nil && err == nil {
264 return nil, errInvalidArrayLength
265 }
266 return ret, err
267}
268
269func (rd *realDecoder) getInt64Array() ([]int64, error) {
270 n, err := rd.getArrayLength()

Callers 1

Calls 1

getNullableInt32ArrayMethod · 0.95

Tested by 1