Scanner C++ API
|
#include <runtime.h>
Public Attributes | |
i64 | table_id |
i64 | job_index |
i64 | task_index |
std::vector< std::vector< i64 > > | row_ids |
BatchedElements | columns |
std::vector< DeviceHandle > | column_handles |
std::vector< bool > | inplace_video |
std::vector< ColumnType > | column_types |
bool | needs_configure |
bool | needs_reset |
bool | last_in_io_packet |
std::vector< proto::VideoDescriptor::VideoCodecType > | video_encoding_type |
bool | first |
bool | last_in_task |
std::vector< FrameInfo > | frame_sizes |
std::vector< bool > | compressed |
Work structs - structs used to exchange data between workers during execution of the run command.