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

Function header_as_DictionaryBatch

cpp/src/generated/Message_generated.h:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
504 const org::apache::arrow::flatbuf::RecordBatch *header_as_RecordBatch() const {
505 return header_type() == org::apache::arrow::flatbuf::MessageHeader_RecordBatch ? static_cast<const org::apache::arrow::flatbuf::RecordBatch *>(header()) : nullptr;
506 }

Callers 1

DictionaryBatch>Method · 0.85

Calls 2

header_typeFunction · 0.85
headerFunction · 0.85

Tested by

no test coverage detected