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

Function FlightInfo

cpp/src/arrow/flight/types.h:632–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 };
631
632 explicit FlightInfo(Data data) : data_(std::move(data)), reconstructed_schema_(false) {}
633
634 /// \brief Factory method to construct a FlightInfo.
635 static arrow::Result<FlightInfo> Make(const Schema& schema,

Callers 3

MakeMethod · 0.70
ListenerClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected