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

Method FlightCallOptions

cpp/src/arrow/flight/client.cc:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85const char* kWriteSizeDetailTypeId = "flight::FlightWriteSizeStatusDetail";
86
87FlightCallOptions::FlightCallOptions()
88 : timeout(-1),
89 read_options(ipc::IpcReadOptions::Defaults()),
90 write_options(ipc::IpcWriteOptions::Defaults()) {}
91
92const char* FlightWriteSizeStatusDetail::type_id() const {
93 return kWriteSizeDetailTypeId;

Calls 1

DefaultsFunction · 0.50