File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010#include " sparrow_ipc/encapsulated_message.hpp"
1111#include " SparseTensor_generated.h"
1212
13-
1413namespace sparrow_ipc
1514{
1615 SPARROW_IPC_API void deserialize_schema_message (
@@ -19,8 +18,8 @@ namespace sparrow_ipc
1918 std::optional<std::string>& name,
2019 std::optional<std::vector<sparrow::metadata_pair>>& metadata
2120 );
22- SPARROW_IPC_API [[nodiscard]] const org::apache::arrow::flatbuf::RecordBatch*
21+ [[nodiscard]] SPARROW_IPC_API const org::apache::arrow::flatbuf::RecordBatch*
2322 deserialize_record_batch_message (const uint8_t * buf_ptr, size_t & current_offset);
2423
25- SPARROW_IPC_API [[nodiscard]] std::vector<sparrow::record_batch> deserialize_stream (const uint8_t * buf_ptr);
24+ [[nodiscard]] SPARROW_IPC_API std::vector<sparrow::record_batch> deserialize_stream (const uint8_t * buf_ptr);
2625}
You can’t perform that action at this time.
0 commit comments