6#include "../component_descriptor.hpp"
7#include "../result.hpp"
20 using UInt8Builder = NumericBuilder<UInt8Type>;
41 struct Loggable<components::GraphType> {
42 static constexpr ComponentDescriptor Descriptor =
"rerun.components.GraphType";
45 static const std::shared_ptr<arrow::DataType>& arrow_datatype();
48 static Result<std::shared_ptr<arrow::Array>> to_arrow(
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:95
All built-in components. See Types in the Rerun manual.
Definition rerun.hpp:80
GraphType
Component: Specifies if a graph has directed or undirected edges.
Definition graph_type.hpp:25
@ Undirected
The graph has undirected edges.
@ Directed
The graph has directed edges.
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23