The category codes are presumed to be integers that are valid indexes into the levels array
| 365 | /// The category codes are presumed to be integers that are valid indexes into |
| 366 | /// the levels array |
| 367 | const arrow::ipc::feather::fbs::PrimitiveArray *levels() const { |
| 368 | return GetPointer<const arrow::ipc::feather::fbs::PrimitiveArray *>(VT_LEVELS); |
| 369 | } |
| 370 | bool ordered() const { |
| 371 | return GetField<uint8_t>(VT_ORDERED, 0) != 0; |
| 372 | } |