TensorDimensionIndexSelection

Specifies a concrete index on a tensor dimension.

Rerun datatype rerun-datatype

TensorDimensionIndexSelection

Arrow datatype arrow-datatype

Struct {
    dimension: uint32
    index: uint64
}