|
sparrow-ipc 0.2.0
|
Functions | |
| std::size_t | get_nb_buffers_to_process (const std::string_view &format, const std::size_t orig_buffers_size) |
| template<typename Func> | |
| void | fill_buffers_impl (const sparrow::arrow_proxy &arrow_proxy, std::vector< org::apache::arrow::flatbuf::Buffer > &flatbuf_buffers, int64_t &offset, Func &&get_buffer_size) |
| template<typename Func> | |
| std::vector< org::apache::arrow::flatbuf::Buffer > | get_buffers_impl (const sparrow::record_batch &record_batch, Func &&fill_buffers_func) |
| void sparrow_ipc::details::fill_buffers_impl | ( | const sparrow::arrow_proxy & | arrow_proxy, |
| std::vector< org::apache::arrow::flatbuf::Buffer > & | flatbuf_buffers, | ||
| int64_t & | offset, | ||
| Func && | get_buffer_size ) |
Definition at line 182 of file flatbuffer_utils.hpp.
| std::vector< org::apache::arrow::flatbuf::Buffer > sparrow_ipc::details::get_buffers_impl | ( | const sparrow::record_batch & | record_batch, |
| Func && | fill_buffers_func ) |
Definition at line 207 of file flatbuffer_utils.hpp.
| std::size_t sparrow_ipc::details::get_nb_buffers_to_process | ( | const std::string_view & | format, |
| const std::size_t | orig_buffers_size ) |