blosc2.NDArray.sort#

NDArray.sort(order: str | list[str] | None = None, **kwargs: Any) NDArray#

Return a sorted array following the specified order, or the order of the fields.

This is only valid for 1-dim structured arrays.

See full documentation in sort().