pyarrow.BinaryValue

class pyarrow.BinaryValue

Bases: pyarrow.lib.ArrayValue

Concrete class for variable-sized binary array elements.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

as_buffer(self) Return a view over this value as a Buffer object.
as_py(self) Return this value as a Python bytes object.

Attributes

type
as_buffer(self)

Return a view over this value as a Buffer object.

as_py(self)

Return this value as a Python bytes object.

type