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

Method Begin

cpp/src/arrow/flight/types.cc:1062–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062Status MetadataRecordBatchWriter::Begin(const std::shared_ptr<Schema>& schema) {
1063 return Begin(schema, ipc::IpcWriteOptions::Defaults());
1064}
1065
1066namespace {
1067class MetadataRecordBatchReaderAdapter : public RecordBatchReader {

Calls 2

BeginFunction · 0.70
DefaultsFunction · 0.50