pyarrow.binary_view#

pyarrow.binary_view()#

Create a variable-length binary view type.

Examples

Create an instance of a string type:

>>>importpyarrowaspa>>>pa.binary_view()DataType(binary_view)