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

Method schema

cpp/src/arrow/flight/server.cc:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400Status RecordBatchStream::Close() { return impl_->Close(); }
401
402std::shared_ptr<Schema> RecordBatchStream::schema() { return impl_->schema(); }
403
404arrow::Result<FlightPayload> RecordBatchStream::GetSchemaPayload() {
405 FlightPayload payload;

Callers 14

GetSchemaMethod · 0.45
schemaMethod · 0.45
InitializeWriterMethod · 0.45
FromProtoFunction · 0.45
GetSchemaMethod · 0.45
CheckDoGetMethod · 0.45
DoExchangeMethod · 0.45
CopyBatchToHostFunction · 0.45

Calls

no outgoing calls

Tested by 9

CheckDoGetMethod · 0.36
DoExchangeMethod · 0.36
CopyBatchToHostFunction · 0.36
DoExchangeMethod · 0.36
TestDoExchangeMethod · 0.36