6#include "../../result.hpp"
19 using UInt8Builder = NumericBuilder<UInt8Type>;
22namespace rerun::blueprint::encodings {
24 enum class ComponentSourceKind : uint8_t {
54 AnnotationContext = 4,
64 struct Loggable<blueprint::encodings::ComponentSourceKind> {
65 static constexpr std::string_view ComponentType =
66 "rerun.blueprint.encodings.ComponentSourceKind";
69 static const std::shared_ptr<arrow::DataType>& arrow_data_type();
72 static Result<std::shared_ptr<arrow::Array>> to_arrow(
73 const blueprint::encodings::ComponentSourceKind* instances,
size_t num_instances
78 arrow::UInt8Builder* builder,
const blueprint::encodings::ComponentSourceKind* elements,
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:104
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:26