6#include "../../result.hpp"
17namespace rerun::blueprint::encodings {
44 struct Loggable<blueprint::encodings::TensorDimensionIndexSlider> {
45 static constexpr std::string_view ComponentType =
46 "rerun.blueprint.encodings.TensorDimensionIndexSlider";
49 static const std::shared_ptr<arrow::DataType>& arrow_data_type();
52 static Result<std::shared_ptr<arrow::Array>> to_arrow(
53 const blueprint::encodings::TensorDimensionIndexSlider* instances,
size_t num_instances
58 arrow::StructBuilder* builder,
59 const blueprint::encodings::TensorDimensionIndexSlider* elements,
size_t num_elements
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:26
Encoding: Defines a slider for the index of some dimension.
Definition tensor_dimension_index_slider.hpp:22
uint32_t dimension
The dimension number.
Definition tensor_dimension_index_slider.hpp:24