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

Method Start

cpp/src/arrow/ipc/read_write_test.cc:1825–1834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823 }
1824
1825 Status Start() {
1826 RETURN_NOT_OK(payload_writer_->Start());
1827
1828 // write schema
1829 IpcPayload payload;
1830 DictionaryFieldMapper mapper(schema_);
1831 RETURN_NOT_OK(
1832 GetSchemaPayload(schema_, IpcWriteOptions::Defaults(), mapper, &payload));
1833 return payload_writer_->WritePayload(payload);
1834 }
1835
1836 Status WriteDictionary(int64_t dictionary_id, const std::shared_ptr<Array>& dictionary,
1837 bool is_delta) {

Callers 1

TESTFunction · 0.45

Calls 3

GetSchemaPayloadFunction · 0.85
DefaultsFunction · 0.50
WritePayloadMethod · 0.45

Tested by

no test coverage detected