sparrow-ipc 0.2.0
Loading...
Searching...
No Matches
sparrow_ipc::details Namespace Reference

Functions

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)
 

Function Documentation

◆ fill_buffers_impl()

template<typename 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 177 of file flatbuffer_utils.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_buffers_impl()

template<typename Func>
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 199 of file flatbuffer_utils.hpp.