MCPcopy Create free account
hub / github.com/apache/arrow / levels

Function levels

cpp/src/generated/feather_generated.h:367–369  ·  view source on GitHub ↗

The category codes are presumed to be integers that are valid indexes into the levels array

Source from the content-addressed store, hash-verified

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 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected