Rerun C++ SDK
|
This is the complete list of members for rerun::ComponentColumn, including all inherited members.
array | rerun::ComponentColumn | |
component_type | rerun::ComponentColumn | |
from_batch_with_lengths(ComponentBatch batch, const Collection< uint32_t > &lengths, std::shared_ptr< arrow::DataType > list_array_type) | rerun::ComponentColumn | static |
from_batch_with_offsets(ComponentBatch batch, Collection< uint32_t > offsets, std::shared_ptr< arrow::DataType > list_array_type) | rerun::ComponentColumn | static |
from_indicators(uint32_t num_indicators) | rerun::ComponentColumn | inlinestatic |
from_loggable(const Collection< T > &components) | rerun::ComponentColumn | inlinestatic |
from_loggable_with_lengths(const Collection< T > &components, const Collection< uint32_t > &lengths) | rerun::ComponentColumn | inlinestatic |
list_array_type_for() | rerun::ComponentColumn | inlinestatic |
list_array_type_for(std::shared_ptr< arrow::DataType > inner_type) | rerun::ComponentColumn | static |
to_c_ffi_struct(rr_component_column &out_component_batch) const | rerun::ComponentColumn |