ak.numba.GrowableBuffer#

Defined in awkward.numba on line 44.

class ak.numba.GrowableBuffer(self, dtype, *, initial=1024, resize=8.0)#
ak.numba.GrowableBuffer._from_data(cls, panels, length_pos, resize)#
ak.numba.GrowableBuffer.dtype#
ak.numba.GrowableBuffer.__repr__(self)#
ak.numba.GrowableBuffer._length#
ak.numba.GrowableBuffer._length_inc(self, value)#
ak.numba.GrowableBuffer._pos#
ak.numba.GrowableBuffer._pos_inc(self, value)#
ak.numba.GrowableBuffer.__len__(self)#
ak.numba.GrowableBuffer.last(self)#
ak.numba.GrowableBuffer.append(self, datum)#
ak.numba.GrowableBuffer.extend(self, data)#
ak.numba.GrowableBuffer._add_panel(self)#
ak.numba.GrowableBuffer.snapshot(self)#
ak.numba.GrowableBuffer.clear(self)#