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

Function values

cpp/src/generated/feather_generated.h:560–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 return GetPointer<const ::flatbuffers::String *>(VT_NAME);
559 }
560 const arrow::ipc::feather::fbs::PrimitiveArray *values() const {
561 return GetPointer<const arrow::ipc::feather::fbs::PrimitiveArray *>(VT_VALUES);
562 }
563 arrow::ipc::feather::fbs::TypeMetadata metadata_type() const {
564 return static_cast<arrow::ipc::feather::fbs::TypeMetadata>(GetField<uint8_t>(VT_METADATA_TYPE, 0));
565 }

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected