We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb735a8 commit e852d66Copy full SHA for e852d66
cpp/src/arrow/flight/serialization_internal.h
@@ -187,6 +187,7 @@ ARROW_FLIGHT_EXPORT
187
arrow::Result<arrow::BufferVector> SerializePayloadToBuffers(const FlightPayload& msg);
188
189
/// \brief Deserialize FlightData from a contiguous buffer.
190
+ARROW_FLIGHT_EXPORT
191
arrow::Result<internal::FlightData> DeserializeFlightData(
192
const std::shared_ptr<arrow::Buffer>& buffer);
193
cpp/src/arrow/flight/transport.h
@@ -76,7 +76,7 @@ class FlightStatusDetail;
76
namespace internal {
77
78
/// Internal, not user-visible type used for memory-efficient reads
79
-struct FlightData {
+struct ARROW_FLIGHT_EXPORT FlightData {
80
/// Used only for puts, may be null
81
std::unique_ptr<FlightDescriptor> descriptor;
82
0 commit comments