Module re_viewer::external::arrow2::offset

Expand description

Contains the declaration of Offset

Structs§

  • A wrapper type of Vec<O> representing the invariants of Arrow’s offsets. It is guaranteed to (sound to assume that):
  • A wrapper type of Buffer<O> that is guaranteed to:

Traits§

  • Sealed trait describing the subset (i32 and i64) of Index that can be used as offsets of variable-length Arrow arrays.