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

Function GetSchemaPayload

cpp/src/arrow/ipc/writer.cc:804–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804Status GetSchemaPayload(const Schema& schema, const IpcWriteOptions& options,
805 const DictionaryFieldMapper& mapper, IpcPayload* out) {
806 out->type = MessageType::SCHEMA;
807 return internal::WriteSchemaMessage(schema, mapper, options, &out->metadata);
808}
809
810Status GetDictionaryPayload(int64_t id, const std::shared_ptr<Array>& dictionary,
811 const IpcWriteOptions& options, IpcPayload* out) {

Callers 5

GetSchemaPayloadMethod · 0.85
GetSchemaPayloadMethod · 0.85
GetSchemaPayloadMethod · 0.85
StartMethod · 0.85
StartFunction · 0.85

Calls 1

WriteSchemaMessageFunction · 0.85

Tested by 2

GetSchemaPayloadMethod · 0.68
StartMethod · 0.68