| 887 | } |
| 888 | |
| 889 | arrow::Result<BufferVector> FlightPayload::SerializeToBuffers() const { |
| 890 | return internal::SerializePayloadToBuffers(*this); |
| 891 | } |
| 892 | |
| 893 | std::string ActionType::ToString() const { |
| 894 | return arrow::internal::JoinToString("<ActionType type='", type, "' description='", |
nothing calls this directly
no test coverage detected