Rerun

Range2D

An Axis-Aligned Bounding Box in 2D space, implemented as the minimum and maximum corners.

Fields fields

x_range

Type: non-null Range1D

The range of the X-axis (usually left and right bounds).

y_range

Type: non-null Range1D

The range of the Y-axis (usually top and bottom bounds).

Arrow datatype arrow-datatype

Struct(
    "x_range": non-null FixedSizeList(2 x non-null Float64)
    "y_range": non-null FixedSizeList(2 x non-null Float64)
)