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

Function header_as_Schema

cpp/src/generated/Message_generated.h:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497 template<typename T> const T *header_as() const;
498 const org::apache::arrow::flatbuf::Schema *header_as_Schema() const {
499 return header_type() == org::apache::arrow::flatbuf::MessageHeader_Schema ? static_cast<const org::apache::arrow::flatbuf::Schema *>(header()) : nullptr;
500 }
501 const org::apache::arrow::flatbuf::DictionaryBatch *header_as_DictionaryBatch() const {
502 return header_type() == org::apache::arrow::flatbuf::MessageHeader_DictionaryBatch ? static_cast<const org::apache::arrow::flatbuf::DictionaryBatch *>(header()) : nullptr;
503 }

Callers 1

Schema>Method · 0.85

Calls 2

header_typeFunction · 0.85
headerFunction · 0.85

Tested by

no test coverage detected