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

Function HasBody

cpp/src/arrow/ipc/message.h:130–132  ·  view source on GitHub ↗

\brief Whether a given message type needs a body.

Source from the content-addressed store, hash-verified

128
129 /// \brief Whether a given message type needs a body.
130 static bool HasBody(MessageType type) {
131 return type != MessageType::NONE && type != MessageType::SCHEMA;
132 }
133
134 private:
135 // Hide serialization details from user API

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected