Skip to main content
Ctrl+K
Awkward Array 2.9.0 documentation - Home Awkward Array 2.9.0 documentation - Home
  • Getting started
  • User guide
  • API reference
  • Contributor guide
  • Release history
  • GitHub
  • PyPI
  • Gitter
  • Getting started
  • User guide
  • API reference
  • Contributor guide
  • Release history
  • GitHub
  • PyPI
  • Gitter
  • ak.numba.GrowableBuffer

ak.numba.GrowableBuffer#

Defined in awkward.numba.__init__ on line 44.

class ak.numba.GrowableBuffer(dtype, *, initial=1024, resize=8.0)#
_panels#
_length_pos#
_resize = 8.0#
classmethod _from_data(panels, length_pos, resize)#
property dtype#
property _length#
_length_inc(value)#
property _pos#
_pos_inc(value)#
last()#
append(datum)#
extend(data)#
_add_panel()#
snapshot()#
clear()#
On this page
  • ak.numba.GrowableBuffer
    • ak.numba.GrowableBuffer._panels
    • ak.numba.GrowableBuffer._length_pos
    • ak.numba.GrowableBuffer._resize
    • ak.numba.GrowableBuffer._from_data()
    • ak.numba.GrowableBuffer.dtype
    • ak.numba.GrowableBuffer._length
    • ak.numba.GrowableBuffer._length_inc()
    • ak.numba.GrowableBuffer._pos
    • ak.numba.GrowableBuffer._pos_inc()
    • ak.numba.GrowableBuffer.last()
    • ak.numba.GrowableBuffer.append()
    • ak.numba.GrowableBuffer.extend()
    • ak.numba.GrowableBuffer._add_panel()
    • ak.numba.GrowableBuffer.snapshot()
    • ak.numba.GrowableBuffer.clear()
Edit on GitHub
Show Source

© Copyright 2022, Awkward Array development team.

Created using Sphinx 7.4.7.

Support for this work was provided by NSF cooperative agreement OAC-1836650 (IRIS-HEP 1), PHY-2323298 (IRIS-HEP 2), grant OAC-1450377 (DIANA/HEP), PHY-1520942 and PHY-2121686 (US-CMS LHC Ops), and OAC-2103945 (Awkward Array).

Built with the PyData Sphinx Theme 0.17.0.